What problem does it solve? Implementing a GitHub issue well requires reading the full discussion, scoping the change, planning verification, and delivering reviewable work — doing this ad hoc leads to scope creep, undocumented assumptions, and unverified code. This Skill provides a hands-off workflow where the pull request is the single approval gate. ## Core Features & Use Cases - Hands-off implementation pipeline: Understand the issue, update GitHub Projects status, run scoped recon, plan verification and implementation, implement, verify, and open a PR — with no mid-flow approval gates. - Documented assumptions: Ambiguities are resolved with the narrowest interpretation and recorded in the plan file and PR description, never left silent. - Verification before PR: Acceptance-test verification must pass before the pull request is opened; failures trigger systematic debugging rather than symptom patching. - Use Case: A developer pastes a GitHub issue URL and asks for it to be implemented. The Skill reads the issue and comments, moves it to In Progress on its project boards, locates the affected files, writes plans to docs/plans/, implements with issue-referenced commits, runs the verification plan, and opens a PR with Fixes #<number>. ## Quick Start Implement GitHub issue number 123 from this repository using the working-on-an-issue workflow and open a pull request when verification passes.