What problem does it solve? Code review feedback is often buried in verbose, hedged prose that obscures the actionable point. This Skill compresses PR 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 each finding as L<line>: <severity> <problem>. <fix>. with severity emoji (π΄ bug, π‘ risk, π΅ nit, β question) and backticked symbol names. - Noise Filtering: Drops throat-clearing, hedging, per-comment praise, and restatements of what the diff already shows. - 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 pull request diff and ask for a review; receive a ready-to-paste list of line-anchored comments like L42: π΄ bug: user can be null after .find(). Add guard before .email. ## Quick Start Ask the assistant to review this pull request diff using caveman-review and output one-line comments for each finding.