codex_qualify
Validate candidate test cases and bug findings pre-publication via independent read-only repository inspection, returning a review delta with cited evidence to confirm or reject each claim.
Instructions
Independently qualify candidate test cases and/or bug findings before you write your final artifact.
Send the candidate result you are holding in memory — do not write it to a file first, and do not call this after the report is published. codex-mcp runs Codex as a separate reviewer that inspects the repository itself, derives its own expected coverage or verdict, and only then compares that against your candidate. It returns a review delta.
What comes back is a second opinion, not a ruling. Verify each objection against the cited evidence: apply the ones the evidence supports, reject the ones it does not and record why, investigate the rest. You own the final artifact; codex-mcp never writes it.
The reviewer is strictly read-only: it cannot edit files, commit, push, modify issues, or write to any database or external system.
Required: reviewType, project.root, and a matching candidate set. Everything else — task context, blast-radius, test-charter, connectors — is optional and never blocks a review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| options | No | ||
| project | Yes | ||
| artifacts | No | ||
| candidate | No | ||
| reviewType | Yes |