What problem does it solve?
This Skill provides a standardized, automated workflow to work on a single GitHub issue using dedicated commands, ensuring consistent behavior across agents and executions.
Core Features & Use Cases
- Orchestrates per-issue work across /work and /work-all commands to ensure a unified approach.
- Enforces a deterministic workflow: fetch issue details, check dependencies, gather design specs, implement changes, coordinate reviews, handle feedback, and report outcomes.
- Uses the GitHub CLI to retrieve issue and pull request information and drive automated actions for issue-driven development.
- Use Case: When starting work on issue #123, the skill coordinates all steps and surfaces final status for merge readiness.
Quick Start
Provide an ISSUE_NUMBER to the orchestrator to begin processing a specific GitHub issue, for example by invoking the work-issue skill with ISSUE_NUMBER set to your target issue.