What problem does it solve?
Manually tracking, implementing, and closing project issues is time-consuming and prone to human error, such as skipping verification steps or accidentally batching multiple issues together.
Core Features & Use Cases
- Automated Issue Selection: Automatically identifies and selects the highest-priority open issue from the current project to eliminate manual triage work.
- Guided End-to-End Workflow: Walks through the full implementation process from reading project context to committing changes, with strict guardrails to prevent batching issues, skipping verification, or modifying existing issue metadata.
- Use Case: For software teams using GitHub Issues, use this skill to automatically pick the top-priority bug, implement the fix, run project verification checks, and commit the changes with a clear, descriptive message, all without manual tracking of progress.
Quick Start
Use the implement-issue skill to pick the highest-priority open issue in your current project, implement the required changes, run verification, and commit the completed work.