Execute urgent bug fixes
hotfixcommandsetup L2★2
mmorper/concerts ↗What it does
Rapidly patch production bugs with validation
Best for
Production bugs requiring rapid patching, validation, and atomic commits.
Inputs
- · issue_description
- · affected_files
Outputs
- · squashed commit
- · PR with validation
- · deployed fix link
Requires
- · git
- · GitHub API
- · CI/CD
Preconditions
main branch clean; issue description with repro steps
Failure modes
- · Fix doesn't reproduce issue
- · PR CI fails
- · Unintended side effect
Trust signals
- · Atomic commit squashing
- · Validation before merge
- · Deployed link verification