What problem does it solve? Releasing Packy involves a multi-step contract spanning repository instructions, release documentation, and CI workflows, and skipping or misordering steps can produce broken or unverified releases. This Skill acts as a thin release gate that enforces the complete workflow contract before any project or external state is mutated. ## Core Features & Use Cases - Contract-driven release orchestration: Reads the workflow contract, repository instructions, release contract, and GitHub Actions release workflow before making any changes. - Publication checkpoint gating: Treats the contract's publication brief as the only routine checkpoint, keeping human review at the right point. - Exception handling: Routes repository-change exceptions through the deliver-issue flow and only restarts when the contract authorizes a new Establish run. - Use Case: A maintainer asks to publish a new immutable Packy release from the latest origin/main commit; the Skill walks the full contract, pauses at the publication brief, and verifies the release end to end. ## Quick Start Use $release-packy to publish and verify a Packy release from the latest origin/main commit.