1.2 KiB
1.2 KiB
name, description, agent, tools, argument-hint
| name | description | agent | tools | argument-hint | |||
|---|---|---|---|---|---|---|---|
| review-audit-candidates | Review an audit shortlist one candidate at a time and update the selection manifest with decisions and notes. | agent |
|
audit=<optional audit directory> |
Review the audit shortlist one candidate at a time.
Requirements:
- Resolve the target audit directory from
audit=<path>when provided, otherwise use the latest run under.local/audits/. - Read
selection-manifest.tsvfirst, then open each pending candidate'sdetail_filebefore asking for a decision. - Summarize the candidate's purpose, expected benefit, audit context, and why it scored as it did before asking for a decision.
- Mention transcript prompt-cost proxy fields when they are present, but label them as cost signals rather than exact token counts.
- If the detail bundle has weak or missing evidence, say that explicitly and explain what the user would be deciding on anyway.
- Use
vscode_askQuestionsto present decision choices as buttons and allow freeform text forreview_note. - Update
selection-manifest.tsvafter each answer so review progress survives interruptions. - Stop only when every row has a non-empty
decisionor the user tells you to stop.