Documentation
README
Fix Issues Skill
Automated workflow: GitHub bug issues β analyze β fix β PR.
Announce at start: "I'm using fix-issues skill to find and fix a GitHub bug issue."
Operating Modes
Batch Mode (default)
Invocation: /fix-issues
- Fetches open bug issues, finds the best candidate, fixes it
- Runs full Phase 1 β Phase 2 β Phase 3
- Fixes 1 issue per invocation
Daemon Mode
Invocation: /fix-issues limit=1 (from daemon script)
- Phase 1 uses priority descent: high-signal issues first, then progressively lower
- Fixes only 1 issue (controlled by
limitparameter), then exits - If no fixable issue exists β outputs
[NO_FIXABLE_ISSUES]and exits
Prerequisites
This is the opening of the README. Read the full README on GitHub.