What problem does it solve?
Cutting a release involves many error-prone steps—readiness checks, adversarial review, version bumps, CHANGELOG prep, re-verification, tagging, and post-tag hygiene—and skipping any of them risks shipping a broken release. This Skill enforces a structured 6-gate runbook (G0 through G4) that refuses gate bypasses and tags only the re-verified commit SHA.
Core Features & Use Cases
- Guided 6-Gate Release Flow: Walks G0 readiness, G1 adversarial review, G2 version bump and CHANGELOG, G2.5 commit and re-verify, G3 tag and push, and G4 post-tag hygiene, pausing for explicit maintainer confirmation at each gate.
- Cross-Client Dispatch: Uses the native pm-release-conductor sub-agent on Claude Code, and on other clients (Codex CLI, Cursor, Windsurf, Copilot, Gemini CLI) reads the canonical agent definitions and inlines the auditor and curator behaviors via a reference-and-execute-inline pattern.
- Gate-Bypass Refusal and Dry-Run Mode: Refuses attempts to skip gates, supports a --dry-run rehearsal that simulates all gates without tagging or pushing, and emits gate-by-gate status output.
- Use Case: A maintainer on Codex CLI wants to ship pm-skills v2.33.0 with the same discipline as Claude Code. They invoke the skill with the target version, confirm each gate as audits and CHANGELOG drafts run inline, and the release is tagged only at the re-verified SHA.
Quick Start
Ask the AI to walk you through the guided release runbook for your target pm-skills version, for example by saying to run the 6-gate release flow for v2.33.0 in dry-run mode first.