What problem does it solve? Code review feedback is often buried in verbose, hedged prose that slows down both reviewers and authors. This Skill compresses PR review comments into single actionable lines, cutting filler phrases while preserving line numbers, symbol names, and concrete fixes. ## Core Features & Use Cases - Terse Comment Format: Outputs findings as L<line>: <severity> <problem>. <fix>. with severity emoji (🔴 bug, 🟡 risk, 🔵 nit, ❓ question). - Noise Filtering: Drops throat-clearing, hedging, per-comment praise, and restatements of what the diff already shows. - Auto-Clarity Mode: Switches to full paragraphs for CVE-class security findings, architectural disagreements, and onboarding contexts, then resumes terse output. - Use Case: Paste a multi-file pull request diff and receive paste-ready review comments like L42: 🔴 bug: user can be null after .find(). Add guard before .email. ## Quick Start Ask the AI to review this pull request diff using caveman-review and return one-line comments for each finding.