What problem does it solve?
This skill eliminates the manual overhead of context-switching, branch management, and PR creation when implementing GitHub issues, ensuring that fixes are built, verified, and submitted according to repository standards without human intervention.
Core Features & Use Cases
- Autonomous Workflow: Handles the entire lifecycle from issue validation and worktree isolation to implementation, testing, and PR submission.
- Safety & Verification: Enforces strict guardrails, including regression testing and dependency integration, to ensure code quality and prevent regressions.
- Use Case: When a developer identifies a bug or feature request, this skill can be triggered to automatically create a fresh worktree, implement the fix, verify it with tests, and open a pull request that closes the issue.
Quick Start
Invoke the work-on-issue skill by providing the GitHub issue number or URL to automatically implement the fix and open a pull request.