What problem does it solve?
This Skill provides a controlled branch-and-pull-request process for high-risk changes that should not be pushed directly to main, reducing the chance of breaking CI, databases, or production workflows.
Core Features & Use Cases
- Branch Creation: Starts work on a dedicated branch with clear naming conventions for features, fixes, hotfixes, refactors, docs, tests, configs, and chores.
- PR Workflow: Guides commit formatting, pushing, opening a pull request, and applying the right labels for review and tracking.
- Cleanup and Release Awareness: Includes post-merge branch cleanup and warns about CI side effects such as image publishing, downstream E2E triggers, and Swagger regeneration.
- Use Case: Use this when changing CI workflows, database migrations, large refactors, or any user-requested change that must be reviewed before landing.
Quick Start
Use the high-risk PR workflow to create a feature branch, make your changes, open a pull request, add the appropriate labels, and clean up the branch after merge.