Problem
Teams want CoreBall context packs in CI — e.g. post relevant files as a PR comment or feed an LLM review. No reusable Action exists.
Proposal
Create coreball-action (composite or Docker) that:
- runs
coreball pack --task \"$PR_TITLE $PR_BODY\" --max-tokens 2048 --format markdown
- posts the package as a PR comment (or artifact) with
actions/github-script
- optional: sends pack to an LLM endpoint and comments the summary
- published to GitHub Marketplace (
action.yml + branding)
Benefits
- Marketplace discovery is a top star driver — every
uses: francomano/coreball-action@v1 is a backlink.
- Unlocks “AI Code Review” workflows — trending topic in 2026.
- Reuses existing
coreball pack + HTTP API — no new core code.
Acceptance criteria
Good first issue — mostly YAML + docs.
Problem
Teams want CoreBall context packs in CI — e.g. post relevant files as a PR comment or feed an LLM review. No reusable Action exists.
Proposal
Create
coreball-action(composite or Docker) that:coreball pack --task \"$PR_TITLE $PR_BODY\" --max-tokens 2048 --format markdownactions/github-scriptaction.yml+ branding)Benefits
uses: francomano/coreball-action@v1is a backlink.coreball pack+ HTTP API — no new core code.Acceptance criteria
action.ymlwith inputs:task,max_tokens,repository,comment(bool)coreball-actionrepo oractionbranch)Good first issue — mostly YAML + docs.