What problem does it solve?
End-to-end automation for GitHub issue resolution with intelligent workflow management. Automates checkout, syncing, branching, fixing, committing, and pull request creation.
Core Features & Use Cases
- Branch Management: Checkout and sync main branch with remote automatically
- Issue Retrieval: List and retrieve open GitHub issues from repository
- Issue Selection: Select specific issue or batch of issues to address
- Fix Branches: Create fix branches with proper naming convention (
fix/*)
- Code Analysis: Analyze issue requirements and relevant source code
- Implementation: Implement minimal fixes addressing requirements
- Pre-commit Handling: Intelligently handle pre-commit hook errors
- Git Workflow: Stage, commit, and push changes to remote
- PR Creation: Create pull requests with detailed descriptions via GitHub CLI
- Batch Support: Handle multiple related issues in single PR
Quick Start
Invoke the skill with /fix-github-issues followed by an issue number to fix, or run it interactively with no arguments to select issues.