| name | gemini-report-triage |
| description | Review pending Gemini reports in `communication/GeminiToCodex/report_waiting/`, decide pass or fail from the evidence, move the report to the correct archive folder, and queue a retry instruction in `communication/CodexToGemini/command_waiting/` when the work is incomplete or incorrect. Use when Codex is auditing Gemini output for this repository. |
Gemini Report Triage
Inspect each pending report, decide whether it proves the requested task, then route it.
Workflow
- Read the governing rules:
- Read each file in
communication/GeminiToCodex/report_waiting/.
- Evaluate the report using references/report-review-checklist.md.
- If accepted, move the report to
communication/GeminiToCodex/report_completed/.
- If rejected:
- move the report to
communication/GeminiToCodex/report_failed/
- create a new Markdown retry instruction in
communication/CodexToGemini/command_waiting/
Pass Criteria
- The report names the target instruction or task id
- The report includes the working branch name when the task involved implementation
- The claimed edits are supported by file references or command output
- Verification commands were actually run when required
- Residual risks are stated
- The task completion matches the original instruction
Fail Criteria
- Missing evidence
- Missing verification
- Scope drift
- Claims contradicted by the repo state
- Partial completion without an explicit limitation
References