What problem does it solve? Promoting a version from staging to production involves multiple risky steps—running release gates, triggering promotion workflows, creating production tags, and submitting to the Cursor marketplace—where a mistake can publish an unvetted release. This Skill enforces a consent-first, gated workflow so nothing ships without explicit approval. ## Core Features & Use Cases - Release Gate Enforcement: Runs scripts/release_gate.py and records pass/fail from the exit code, halting the workflow on failure. - Staging-to-Production Promotion: Triggers the GitHub Actions promote.yml workflow with a dry run first, then a real promotion only with explicit consent. - Marketplace Publish Guidance: Reminds the user about GitHub Release creation via publish-production.yml, manual Cursor public marketplace review, and team marketplace Auto Refresh. - Use Case: After tagging 1.4.0-rc on staging, ask the agent to promote it to main; it runs the release gate, dry-runs the promotion workflow, and waits for your explicit go-ahead before executing. ## Quick Start Ask the agent to run the release gate and promote the current staging rc tag to main with a dry run first.