braedonsaunders/Greencheck CI Fixer

Autonomously fix failed GitHub Actions runs with Claude Code or Codex.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
agentCLI agent to use: claude or codexno
agent-api-keyAPI key for the selected agentno
agent-oauth-tokenOAuth token for Claude Code (alternative to agent-api-key)no
github-tokenGitHub token with actions:read and issue/PR comment write permissionsyes
trigger-tokenToken used for push, rerun, and workflow_dispatch fallback operations. Use github.token with actions: write, or a PAT/App token.yes
max-passesMaximum fix/verify cycles before giving upno
max-costHard spend limit per run, for example $3.00no
timeoutTotal wall-clock budget, for example 20mno
auto-mergeEnable auto-merge after green CIno
watch-workflowsComma-separated workflow names to monitor; omit or use all to watch every workflowno
fix-typesFailure types to fix: lint, type-error, test-failure, build-error, runtime-error, or allno
modelOverride the default model for the selected agentno
dry-runDiagnose and report without pushing fixesno
config-pathPath to the repository .greencheck.yml fileno
workflow-run-idOptional workflow run id override for local testingno
namedescription
fixedWhether CI was fixed (true/false)
passesNumber of fix/verify cycles used
failures-foundNumber of failures detected
failures-fixedNumber of failures resolved
commitsComma-separated list of fix commit SHAs
costEstimated LLM API cost for this run