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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Secret: your Anthropic Claude API key | yes | — |
| command | Shell commands that must succeed (run as one string) | yes | — |
| allowed_tools | Comma‑separated list of Claude tools allowed. Keep minimal for safety; add Bash(gh *) if you want CLAUDE to run gh‑cli. | no | Bash(*) |
| timeout_minutes | Hard time‑out for the Claude session | no | 15 |
| max_turns | Max Claude turns (round‑trips) before the action aborts | no | 10 |
| max_attempts | Max build / fix iterations before giving up | no | 3 |
Outputs
no outputs