What problem does it solve? Promoting staging work to production often involves manual merge steps that are error-prone and unaudited. This Skill enforces a controlled homolog → main merge with human-presence verification, merge locking, and automatic plan closure so production releases stay deliberate and traceable. ## Core Features & Use Cases - Human-presence gating: Requires a short-lived token minted out-of-band via bravros promote unlock in a separate terminal, so the agent cannot authorize its own production merge. - Guarded PR merge flow: Snapshots the pre-merge main tip as a git ref, opens a PR with an accurate commit range, waits for clean mergeability, acquires a merge lock, and merges with the literal PR number. - Post-merge close-out: Fast-forwards homolog from main, closes only the plans actually shipped in the promoted range, revokes the single-use token, and sends a PT-BR announcement. - Use Case: After a week of feature work has accumulated on the homolog branch and passed review, run /promote to ship it to production with a verified audit trail instead of a manual merge. ## Quick Start Ask the agent to run /promote to merge the current homolog branch into main after minting the unlock token in a separate terminal.