remorses/Self‑Healing CI

Run your build once and, if it fails, let Claude patch the code in‑place, retry (up to max_attempts), and open a pull‑request with the fix.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic_api_keySecret: your Anthropic Claude API keyyes
commandShell commands that must succeed (run as one string)yes
allowed_toolsComma‑separated list of Claude tools allowed. Keep minimal for safety; add Bash(gh *) if you want CLAUDE to run gh‑cli. noBash(*)
timeout_minutesHard time‑out for the Claude sessionno15
max_turnsMax Claude turns (round‑trips) before the action abortsno10
max_attemptsMax build / fix iterations before giving upno3

no outputs