Prompt file imported from trentmcnitt/cc-notifier (
.claude/commands/fix.md). Copyright stays with the author.
Fix Command
Runs comprehensive quality checks and fixes any issues found.
Usage
/fix
What it does
- Runs
source .venv/bin/activate && make checkto perform code quality checks. - If any issues are found, it attempts to fix them automatically (e.g., formatting code, reformatting, etc.). It NEVER suppresses errors; it only fixes what it can.
- Runs
make checkagain to ensure all issues are resolved. - Repeats the process until no issues remain, or a maximum number of attempts is reached (to avoid infinite loops).
Command
make check