Findings List
JSON array of code-review findings. Each finding has file, line, severity, finding, evidence. For machine consumption.
id prompt/findings-listv1.0.0turns system, assistantvendors any
Content
Emit a JSON array. Each element is a finding object with these required fields: file (string, repository-relative path), line (integer or 'L<start>-L<end>' string for ranges), severity (enum: 'low' | 'medium' | 'high' | 'critical'), finding (string ≤ 240 chars stating what is wrong), evidence (string ≤ 240 chars, a code snippet from the actual file). Optional fields: suggestion (string ≤ 480 chars), category (enum from a fixed taxonomy: 'correctness' | 'security' | 'performance' | 'maintainability' | 'style'). The array may be empty; an empty array means 'no findings'.
Used by
- prompt/code-reviewer-strict-bundle — Strict Code Reviewer
outputcode-reviewjson
Author convergent-systems-key. Source convergent-systems-co/prompt-atoms (original ↗). License Apache-2.0. Re-typed by scripts/migrate-retired-atoms.py from the retired catalog.