What problem does it solve? Shipping finished work to GitHub involves repetitive ceremony: committing, pushing, opening a PR, commenting on the issue, and cleaning up after merge. This Skill standardizes that entire delivery lifecycle so every change follows the same disciplined, auditable path. ## Core Features & Use Cases - Four delivery modes: Choose full, standard, quick, or ship mode to match the ceremony level to the risk of the change, from architecture-touching work down to single-file fixes. - Sub-skill orchestration: Invokes assessment, planning, branch setup, and post-merge cleanup skills as part of the full lifecycle. - Review gates and mode awareness: Respects a needs-human-gate issue label and a CLAUDE_MODE environment variable to decide whether human review is required before delivery. - Use Case: After implementing a fix for issue #153, run the standard mode to plan, branch, implement, and deliver a PR with an auto-generated issue comment in one guided flow. ## Quick Start Ask the assistant to deliver issue 153 in standard mode using the forge-deliver workflow.