What problem does it solve?
This Skill streamlines emergency production hotfix workflows by guiding maintainers through creating a hotfix branch from main, performing checks, opening a PR to main, and confirming patch releases to minimize downtime and mistakes.
Core Features & Use Cases
- Preflight validation: Checks for a clean working tree, existence of main branch, and GitHub authentication before proceeding.
- Branch and PR guidance: Creates a hotfix/* branch from main and provides step-by-step instructions for fixes, quality checks, pushing, and creating a pull request.
- Release confirmation: Guides users to verify that a patch release is produced after merging.
- Use Case: On detecting a production bug, use this flow to quickly create a hotfix branch, apply minimal changes with Conventional Commit messages, run quality checks, and open an auto-labeled PR for immediate review and release.
Quick Start
Create a hotfix branch from main for the reported issue, guide me through implementing the fix and quality checks, open the PR to main, and confirm the patch release.