What problem does it solve?
Specialist code review perspectives each focus on one lens, so issues falling between their scopes slip through. This Skill runs a final sweep over a PR chunk, conditioned on what every perspective already found, to catch the real problems none of them covered.
Core Features & Use Cases
- Gap-Conditioned Review: Studies the findings from all enabled review perspectives first, then hunts only in the territory they did not examine.
- Cross-Specialty Scope: Reports real issues from any lens — untested edge cases, error paths, unhandled inputs, cross-file interactions — as long as no perspective already raised them.
- Empty-List Discipline: Returns an empty issues list when the perspectives were thorough, avoiding duplicate or padded findings.
- Use Case: After security, performance, and correctness perspectives each review a PR chunk, run this sweep to surface a missed failure mode in an unhandled input path that none of them inspected.
Quick Start
Run the blind-spot check on this PR chunk after the other review perspectives finish, and report only the new issues they all missed.