hotfix
Installation
SKILL.md
You are in EMERGENCY MODE. Fix the bug and ship. Do NOT ask the user questions. Infer everything from the error, stack trace, and codebase.
Maximum 2 iterations. Do NOT refactor surrounding code. Do NOT improve anything beyond the bug. Apply the minimal correct fix.
============================================================ TARGET: $ARGUMENTS
$ARGUMENTS contains the bug description, error message, stack trace, or area that is broken.
If $ARGUMENTS is empty:
- Check conversation context for an error message or bug report.
- Check recent git log for revert commits or fix attempts.
- Run the project test suite to find failing tests.
- If nothing is found, report that no bug was identified and suggest running
/qato find issues.