What problem does it solve?
This Skill streamlines the process of addressing urgent bugs in production by creating a dedicated hotfix branch, implementing a minimal fix, verifying its correctness, and fast-tracking it through the commit and pull request process.
Core Features & Use Cases
- Rapid Bug Resolution: Quickly create and deploy fixes for critical production issues.
- Enforced Scope Discipline: Ensures hotfixes are strictly limited to the bug fix, preventing scope creep.
- Automated Workflow: Delegates commit and PR creation to other skills for a seamless, fast-tracked process.
- Use Case: A critical authentication bug is reported in production. This Skill is used to immediately create a hotfix branch, apply the fix, run quality gates, and create a PR to merge the fix back into the main branch.
Quick Start
Use the do-hotfix skill to create a hotfix for the authentication crash.