rick-fix
Installation
SKILL.md
rick-fix
Reads a rick-review report and implements the findings sequentially. Each finding routes to TDD (/tdd) if it describes observable behavior, or a direct surgical fix otherwise. Each fix runs its affected tests before the next one starts.
Step 1 — Parse Arguments
Split $ARGUMENTS on the last space. FINDING_REF = last token. REPORT_PATH = everything before.
Valid refs: P0-1, P1-3, etc. (specific row), or all-P0, all-P1, all-P2, all-P3, all.
If FINDING_REF is missing but REPORT_PATH ends in .md, default FINDING_REF to all.
If REPORT_PATH is missing, auto-resolve from the current branch:
- Compute
REVIEW_NAMEper../rick-review/RESOLVE-FOLDER.md. REPORT_PATH=docs/rick/<REVIEW_NAME>/review/current.md. If it doesn't exist, print usage and stop.- If a report was found, default
FINDING_REFtoallif missing. - Usage on stop: