Use when /proctor has a ChangeMap and needs to produce a concrete TestPlan — one test item per behavior worth verifying. Second stage of the PRoctor pipeline.
Use after executing-pr-tests when there are failures and `auto_fix: true`. Dispatches the pr-test-fixer subagent for each failure.
Use when /proctor needs to convert a GitHub PR (metadata + diff) into a structured ChangeMap categorizing every changed hunk. First stage of the PRoctor pipeline.
Use after the approval gate to dispatch each item in an ApprovedPlan to the pr-test-executor subagent and assemble TestResults. Third stage of the PRoctor pipeline.
Final stage of /proctor. Renders TestResults + FixPRRef into a markdown report. In CI mode (PROCTOR_POST_COMMENT=1) posts the comment to the PR; in local mode saves the report to…