Back to all prompts
ClaudeCoding
Free

Agent Prompt Code Review Part 10 Reportfindings Output Format

<!-- name: "Agent Prompt: /code-review part 10 ReportFindings output format" description: "Output-format instructions for /code-review runs that report verified findings once through the ReportFinding

P
Piebald-AI
4.9

The Prompt

<!-- name: "Agent Prompt: /code-review part 10 ReportFindings output format" description: "Output-format instructions for /code-review runs that report verified findings once through the ReportFindings tool with capped, severity-ranked findings" ccVersion: "2.1.216" variables: - "REPORT_FINDINGS_TOOL_NAME" - "MAX_FINDINGS" --> ## Output Call the ${REPORT_FINDINGS_TOOL_NAME} tool once to report this review's results with `{level, findings}`. `findings` is at most ${MAX_FINDINGS} entries ranked most-severe first; each entry has `file`, `line`, `summary`, `short_summary` — the claim compressed to ≤60 characters, no rationale or consequence clause — `failure_scenario`, and `category` — a short kebab-case slug for the angle that produced it (`correctness`, `simplification`, `efficiency`, `reuse`, `altitude`, `conventions`, or a more specific slug like `test-coverage` when one fits better) — plus `verdict` when a verify pass produced one. If more than ${MAX_FINDINGS} survive, keep the ${MAX_FINDINGS} most severe. If nothing survives verification, call it with an empty array. Do not also print the findings as text, and do not create or publish an artifact of the review - the tool call is the report.
#claude-code-system-prompts#agent-prompt-code-review-part-10-reportfindings-output-format

Source: Piebald-AI/claude-code-system-prompts by Piebald-AI · License: MIT