What problem does it solve? Managing an open issue queue manually is inconsistent: picking the wrong issue, skipping validation, or forgetting issue references in commits. This Skill standardizes how you inspect open issues, choose what to work on next, and implement fixes one issue at a time using a GitHub-first workflow. ## Core Features & Use Cases - Intent Routing: Recognizes natural requests like "check open issues", "work on issue #123", or "work through 3 issues" and applies the right mode: inspect, select, single-issue, or continuous work. - Defensible Issue Selection: Ranks candidates by priority labels, PROJECT.md mentions, milestones, dependencies, and acceptance criteria while skipping blocked, vague, or unvalidatable issues. - Atomic Implementation Workflow: Each issue gets its own Conventional Commits message with a closing footer (e.g., "Closes #123"), relevant validation runs, and lifecycle label updates via the companion labels and commit skills. - Use Case: Ask the assistant to "continue working on issues" and it will select one actionable issue, implement the smallest complete fix, run the repository's own lint/test scripts, commit with the proper issue reference, and repeat until a stop condition is reached. ## Quick Start Use the issues skill to work on the next open GitHub issue in this repository and commit the fix with a closing reference.