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, the problem, and a 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) 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 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 and return one-line caveman-style comments with severity, problem, and fix for each finding.