verify_task
Check an AI agent's work in a local git repository by recording a baseline, running relevant checks, and cross-checking claims to return an evidence-labelled verdict and next prompt.
Instructions
Full pipeline: inspect changes, run relevant checks, cross-check the agent's claims, and return a compact evidence-labelled handoff with a verdict and a suggested next prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional free-text notes to include in the handoff. | |
| claims | No | Statements about the work to check, e.g. 'fixed login redirect in auth.py'. | |
| format | No | markdown (compact handoff) or json (full structured report). | markdown |
| repo_path | Yes | Absolute path to (a directory inside) the git repository. |