npx claudepluginhub mjmorales/claude-prove --plugin provereview//fixIteratively repairs code errors until zero remain via autonomous loop, applying one atomic fix per iteration with auto-revert on failure. Supports --target, --scope, --category, --iterations flags.
/fixDetects and fixes bugs by analyzing error messages, stack traces, logs, or file paths. Proposes solutions, implements minimal fixes, validates, and suggests tests.
/fixDiagnoses bugs via reproduction, implements TDD fixes, and validates with QA/security gates using iterative retries up to 5 attempts per phase.
Read the review state and generate fix instructions for rejected intent groups.
$PLUGIN_DIR refers to this plugin's root (parent of commands/).
Find the most recent ACB review file:
ls -t .prove/reviews/*.acb.json 2>/dev/null | head -1
If no review file exists, tell the user to run /prove:review first and stop.
Run the fix prompt generator:
PYTHONPATH="$PLUGIN_DIR" python3 -m tools.acb fix --acb <path>
Present the output to the user. The prompt describes:
Ask the user if they want you to start fixing the rejected groups.