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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 8, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: muraveyapp/fix-ci@68b8ae694b375cbca6729382618c78ac9cd4b2e1 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token with repo write accessyes
anthropic-api-keyAnthropic API key (get from console.anthropic.com)yes
issue-urlGitHub issue URL to fix (optional — if not set, fixes the failed CI run)no""
modelClaude model to usenoclaude-sonnet-4-5-20250929
max-attemptsMaximum fix attemptsno3
base-branchBase branch to create PR againstnomain
test-commandCommand to run tests (e.g. pytest, npm test)no""
namedescription
pr-urlURL of the created pull request
statusResult status: fixed, failed, skipped
summaryHuman-readable summary of what was done