What problem does it solve? Completing a feature involves more than clicking merge: CI must be verified, the plan recorded as complete, local branches synced, and the homolog-to-main production decision routed to the operator. This Skill automates that entire landing sequence with strict safety gates so merges never happen against failing checks or stale approvals. ## Core Features & Use Cases - Gated PR Merge: Watches CI checks, enforces a CLEAN mergeStateStatus readiness gate, acquires a merge lock, and verifies post-merge blob hashes so no change is silently lost. - Plan Closure: Appends a completed event to .planning/events.jsonl for the plan and its backlog items linked to the merged PR. - Homolog-to-Main Routing: Reports the accumulated commit scope and asks the operator whether to merge homolog into main through its own PR gate, defer, or hand off the PR URL. - Use Case: After a feature PR is approved, invoke the Skill to watch CI, merge into homolog, fast-forward local branches, sweep stale review stamps, and decide whether production gets the accumulated work — ending with an explicit main @ <sha> status line. ## Quick Start Ask the agent to finish the feature by merging the approved PR and routing the main-merge decision.