| model | opus |
| name | this-important |
| description | Filter previous findings through an importance bar so only issues worth raising or fixing survive. |
This Important
Calibrate findings for real importance. Do not re-review from scratch.
Load Rules
Read ~/.claude/rules/review-finding-format.md when available. Use ~/.agents/rules/ under Codex. For calibration examples, read references/protocol-index.md.
Flow
- Take the supplied findings as input.
- For each, identify the concrete consequence if ignored.
- Drop or downgrade speculative, stylistic, duplicate, low-reach, or preference-only items.
- Keep issues with plausible correctness, data, security, UX, operational, maintainability, or test-fidelity impact.
- Preserve blocking reviewer gates unless the user explicitly chooses otherwise.
Output
Return KEEP / DOWNGRADE / DEFER / DROP per finding with one-sentence rationale and any revised severity.