claude-code-system-prompts/system-prompts/skill-code-review-phase-3-sweep-for-gaps.md
2026-06-12 10:12:09 -06:00

17 lines
719 B
Markdown

<!--
name: 'Skill: Code Review (Phase 3 — sweep for gaps)'
description: Final code-review sweep: a clean-slate reviewer re-reads the diff to catch defects the earlier passes missed
ccVersion: 2.1.173
variables:
- SWEEP_MISS_CATEGORIES
-->
## Phase 3 — Sweep for gaps
Run **one more finder** as a fresh reviewer who has the verified list. Re-read
the diff and enclosing functions looking ONLY for defects not already listed.
Do not re-derive or re-confirm anything already there — the job is gaps. Focus
on what the first pass tends to miss: ${SWEEP_MISS_CATEGORIES}
Surface **up to 8 additional candidates**, each naming a defect not already on
the list. If nothing new, return an empty sweep — do not pad.