What problem does it solve?
This Skill enables rapid emergency-lane changes when you need to fix an issue immediately, bypassing the normal pipeline lifecycle gates that would otherwise delay progress.
Core Features & Use Cases
- In-session hotfix execution: runs the fix logic directly in the current orchestrator session for faster feedback and fewer moving parts.
- Issue anchor + worktree PR workflow: creates (or reuses) an audit-anchor issue, sets up an isolated worktree, and opens a PR targeting your configured base branch.
- Explicit safety boundaries: avoids pipeline label mutations, skips evaluator stages, and prevents auto-merge so the PR can be reviewed and merged manually.
Quick Start
Run /pipeline:hotfix "describe the problem to fix" to file an audit-anchor issue, create a worktree, execute the test/fix loop, and open a PR for manual review and merge.