Back to all prompts
ClaudeCoding
FreeAgent 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 ReportFindings
P
Piebald-AI4.6
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.199
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`,
`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.
#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
Related Prompts
Claude$1.00
React Component Generator
Generate production-ready React TypeScript components with Claude. Create fully typed components with props, hooks, and...
Codingcodingreact
by DevCraft
4.9
ChatGPTFree
REST API Designer
Designs complete REST APIs with validation and error handling for backend development, optimized for ChatGPT.
Codingcodingapi
by APIArchitect
4.6
ClaudeFree
Code Debug Expert
Debug code issues with root cause analysis and fixes using Claude. Identify errors, explain causes, and provide correcte...
Codingcodingdebug
by BugHunter
4.8