What problem does it solve? Finishing a change is more than writing code: teams still need to commit, push, open or update pull requests, respond to review threads, and merge safely without bypassing protections or losing evidence. This Skill brings a validated work candidate to exactly the endpoint the user requested, reusing existing validation and review evidence instead of redoing it. ## Core Features & Use Cases - Scoped delivery: Resolves the requested endpoint (local commit, pushed branch, draft PR, reviewed candidate, or merge) and stops there without expanding scope. - Runbook delegation: Routes concrete actions to runbooks such as publish-pr, rebase-pr, create-issue, and preserve-work, plus GitHub review and merge mechanics. - Verified completion: Reads back actual remote state, records commit/PR identity, and reports remaining CI or review conditions rather than claiming unverified success. - Use Case: After a reviewed change passes CI, ask the agent to update the PR title and body, reply to resolved review threads, and merge only when explicitly authorized, with the merge result verified afterward. ## Quick Start Use deliver-work to push my branch, open a pull request for the validated change, and report the PR link and any pending CI checks.