What problem does it solve? Turning a single issue into a merged-ready pull request requires many manual steps: reading the issue, exploring the codebase, implementing, running typechecks and tests, reviewing the diff, committing with conventions, and opening a PR. This Skill automates that entire loop for one issue at a time. ## Core Features & Use Cases - End-to-end issue implementation: Resolves a tracker reference or local markdown file, plans the work, implements it, and validates with linting, typechecking, and unit/integration tests. - Iterate mode: Detects an existing open PR for the issue and pushes follow-up commits addressing red CI checks and unresolved review comments instead of starting fresh. - Reviewer pass and QA report: Spawns a reviewer sub-agent on the diff, fixes high-priority findings, and reports unaddressed findings for human review. - Use Case: Point it at issue #42 from your tracker; it fetches the issue and its parent PRD, implements the change, runs the full test suite, commits with Conventional Commits, and opens a PR with "Fixes #42". ## Quick Start Ask the agent to do the work for issue #42 and it will implement, validate, and open a pull request.