What problem does it solve?
This Skill automates the process of discovering, fixing, and creating pull requests for trivial GitHub issues, streamlining the workflow for quick resolution.
Core Features & Use Cases
- Automated Issue Discovery: Automatically identifies and selects the first open issue without an 'in-progress' label that meets the triviality checklist.
- Trivial Issue Resolution: Executes fixes that change ≤ 2 files and ≤ 5 lines of code, without creating new functions or types.
- PR Creation: Automatically creates a pull request with the fix, labeled as 'in-progress', and linked to the issue.
- Use Case: Use this Skill to quickly resolve typos, one-liners, dependency bumps, and obvious fixes in your GitHub repository.
Quick Start
Run the /skill:gh-sweep command to auto-discover and fix the next eligible trivial issue, or specify an issue number to fix a specific issue.