What problem does it solve? PR review feedback is often buried in verbose, hedged prose that obscures the actionable point. This Skill compresses code review comments into single lines containing the exact location, severity, problem, and concrete fix, so authors can act on feedback immediately. ## 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, while keeping exact line numbers, backticked symbols, and concrete fixes. - Auto-Clarity Mode: Switches to full explanatory 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 ready-to-post 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 output one-line comments for each finding.