muraveyapp/OwlMind Fix CI
Automatically fix failed CI runs and create PRs with tested fixes. 96.67% success rate on SWE-bench Lite.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- None
Pinned Snippet
uses: muraveyapp/fix-ci@68b8ae694b375cbca6729382618c78ac9cd4b2e1 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repo write access | yes | — |
| anthropic-api-key | Anthropic API key (get from console.anthropic.com) | yes | — |
| issue-url | GitHub issue URL to fix (optional — if not set, fixes the failed CI run) | no | "" |
| model | Claude model to use | no | claude-sonnet-4-5-20250929 |
| max-attempts | Maximum fix attempts | no | 3 |
| base-branch | Base branch to create PR against | no | main |
| test-command | Command to run tests (e.g. pytest, npm test) | no | "" |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created pull request |
| status | Result status: fixed, failed, skipped |
| summary | Human-readable summary of what was done |