sgx21/AutoHealer — AI Self-Healing CI/CD
Detects pipeline failures, analyses logs with Claude AI, raises a fix PR and asks for approval before merging anything.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key (from console.anthropic.com) | yes | — |
| gh_token | GitHub PAT with Contents + Pull requests + Workflows write. Must be a PAT — not GITHUB_TOKEN — so the merged fix triggers the pipeline again. | yes | — |
| slack_token | Slack bot token for notifications (optional) | no | "" |
| slack_channel | Slack channel ID for notifications (optional) | no | "" |
Outputs
| name | description |
|---|---|
| pr_url | URL of the fix PR that was opened |
| pr_number | Number of the fix PR that was opened |
| confidence | Claude's confidence level: high | medium | low |
| fix_type | Type of fix: code | config | dependency | env | security | manual |