review-fix
Purpose: apply review feedback and stabilize CI gates.
When to use:
- •After receiving review comments or failing CI checks.
Steps:
- •Collect failing checks and reviewer comments (include bots like CodeRabbit/Cursor/Codex).
- •Translate feedback into a short fix plan that preserves the hypothesis scope.
- •Apply minimal changes to address issues.
- •Re-run required gates:
scripts/verify.ps1orscripts/verify.sh. - •Update
docs/experiments/<id>.mdif results changed. - •Commit with a fix message and update the PR.
Output:
- •A clean fix commit with passing gates and updated experiment log if needed.