What problem does it solve?
Abstract adversarial code review produces generic findings because the model imagines what a reviewer might say. This Skill grounds each review lens in a real, documented engineering philosophy with named sources and confidence levels, producing findings you can cite and defend instead of vague role-play.
Core Features & Use Cases
- Sourced persona lenses: Review code through documented principles from Torvalds, Thompson, Carmack, Beck, Brooks, Jobs, Cagan, and Traynor, each with a confidence level (high/moderate/low) recorded in references/persona_principles.md.
- Anti-fabrication discipline: Every finding must cite a real principle with a confidence level; personas that cannot be grounded are dropped rather than given invented quotes.
- Structured severity and routing: Findings are classified as BLOCKER/CRITICAL/WARNING/NOTE with concurrence-based promotion, and a routing table maps problem types (security, performance, architecture, docs) to the right persona mix.
- Use Case: Before merging a PR that touches authentication logic, run a named-persona review so Torvalds' "good taste" principle flags special-case branching and Thompson's trust-boundary lens flags unvalidated third-party input, each with a cited source.
Quick Start
Review this pull request using named-persona adversarial review with Torvalds, Thompson, and Jobs, citing documented principles and confidence levels for every finding.