taskops_review
Review task submissions: claim a card, inspect the dossier, then approve with pass or request changes with a note sent verbatim to the worker.
Instructions
THE verifier's one door: taskops_review task=… CLAIMS a submitted card (one verifier per card, full dossier back, the worker's lease untouched); with verdict=pass|changes and note= it judges it — the note reaches the worker verbatim. You may never judge your own work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | required with a verdict — what was checked, or what to change. The worker is shown it verbatim. | |
| task | Yes | a submitted tk-… (its card has review=true) | |
| actor | No | who is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator. | |
| verdict | No | pass: ready for the orchestrator to close. changes: back to the worker. Omit it to CLAIM the review and read everything first. | |
| repo_path | No | another project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools. |