What problem does it solve? Delivering a GitHub issue end to end involves many error-prone steps: qualifying the issue, implementing changes, validating locally, opening a pull request, passing final review and CI, merging through branch protection, and cleaning up. This Skill orchestrates that entire delivery workflow for approved Packy issues so nothing is skipped or done out of order. ## Core Features & Use Cases - Phased delivery workflow: Runs qualification and workspace isolation, local implementation, pull request and final review, protected merge, and post-merge verification as distinct gated phases. - Resume support: Reconstructs prior progress from Git and GitHub state, then resumes the earliest incomplete workflow phase instead of starting over. - Strict trigger gating: Activates only when the user explicitly asks to deliver a numbered Packy issue; an approved status label alone never triggers delivery. - Use Case: A maintainer says "deliver issue #42" and the Skill qualifies the issue, implements and validates the fix locally, opens the PR, waits for Standards and Spec review plus required CI, merges through branch protection, and delivers a success brief. ## Quick Start Use the deliver-issue skill to deliver approved Packy issue #123 end to end through review, CI, merge, and cleanup.