What problem does it solve? Manually driving a GitHub issue from triage to a merged-ready PR involves many repetitive steps: validating the issue, creating branches, writing code, running tests, monitoring CI, and handling review feedback. This Skill orchestrates that entire lifecycle autonomously so a single command turns an issue number into a ready-for-review PR. ## Core Features & Use Cases - End-to-End Issue Workflow: Fetches and validates the issue, claims it, creates a git worktree, delegates implementation to sub-agents, commits, pushes, and opens a draft PR. - CI Monitoring and Self-Healing: Polls CI checks, reads failure logs, and dispatches fix sub-agents until all checks pass, with retry limits and user escalation. - Automated PR Review Loop: Runs a structured PR review, fixes MUST FIX and SHOULD FIX findings, then promotes the PR from draft to ready. - Use Case: A maintainer runs the workflow on issue #42 ("Add pagination to list endpoints") and receives a CI-green, review-clean PR on branch feature/issue-42-add-pagination-to-list-endpoints without writing code manually. ## Quick Start Ask the agent to implement GitHub issue number 123 using the implement-issue workflow and wait for the ready-for-review PR link.