What problem does it solve?
Shipping code via GitHub PRs often requires manual coordination across readiness checks, reviews, and post-merge cleanup. This Skill provides an end-to-end, repeatable workflow that coordinates PR creation, automated policy reviews, and branch management to reduce cycle time and error-prone handoffs.
Core Features & Use Cases
- End-to-end PR lifecycle: from feature-branch creation to PR merge with policy reviews and automated checks.
- Readiness gating and verification: ensures tests pass, linting succeeds, and formatting adheres to project standards before merging.
- Post-merge verification and cleanup: cleans up branches, validates version bumps, and triggers publish workflows after merge.
Quick Start
Push a feature branch and run the release script to automatically open a PR, trigger policy reviews, and merge when approved.