What problem does it solve? Finished work often ships without a consistent local review, leaving stale references, uncommitted fixes, and unchecked reviewer coverage. This Skill enforces a repeatable completion pipeline so every finished slice is reviewed, fixed, and merged or turned into a change request under explicit authorization. ## Core Features & Use Cases - Branch normalization and base refresh: Renames placeholder branches, fetches the parent and diff-base, commits the change, and sweeps for orphaned references to deleted or renamed paths. - Local multi-source review with a coverage gate: Hands the slice to a multi-review round, applies and commits the resulting fixes, and stops before completing if any reviewer source has an actionable coverage gap. - Completion by mode: Merges locally into the parent branch with git alone, or hands off to a change-request driver such as a GitHub PR workflow with merge strategy and authorization threaded through. - Use Case: After finishing a feature branch, say "ship this" and the Skill rebases onto the parent, runs the review round, commits the fixes, verifies coverage, and opens a PR or merges locally. ## Quick Start Tell the AI to ship the finished branch using the shipping-workflow skill, choosing a local merge or a pull request as the completion mode.