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:

  1. Compute REVIEW_NAME per ../rick-review/RESOLVE-FOLDER.md.
  2. REPORT_PATH = docs/rick/<REVIEW_NAME>/review/current.md. If it doesn't exist, print usage and stop.
  3. If a report was found, default FINDING_REF to all if missing.
  4. Usage on stop:
Installs
33
First Seen
Jun 4, 2026
rick-fix — bambooxlotus/deren-skills