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, removing filler while preserving line numbers, symbol names, and concrete fixes. ## Core Features & Use Cases - Terse Comment Format: Outputs each finding as L<line>: <severity> <problem>. <fix>. with severity emoji (🔴 bug, 🟡 risk, 🔵 nit, ❓ question). - Noise Filtering: Drops hedging, throat-clearing, and restatements of the diff while keeping exact line numbers, backticked symbols, and concrete fixes. - Auto-Clarity Mode: Switches to full explanations for CVE-class security findings, architectural disagreements, and onboarding contexts, then resumes terse output. - Use Case: A reviewer pastes a multi-file pull request diff and receives paste-ready one-line comments like L42: 🔴 bug: user can be null after .find(). Add guard before .email. ## Quick Start Ask the assistant to review this pull request and output caveman-style one-line comments for each finding.