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-line findings with location, problem, and fix, cutting noise while preserving signal. ## Core Features & Use Cases - One-Line Findings: Each comment follows the format L<line>: <problem>. <fix>. with exact line numbers and symbol names in backticks. - Severity Prefixes: Optional tags classify findings as bug, risk, nit, or question so authors can triage feedback quickly. - Auto-Clarity Mode: Automatically expands to full paragraphs for security findings, architectural disagreements, or onboarding contexts where rationale matters. - Use Case: A reviewer pastes a multi-file diff and receives paste-ready comments like L42: bug: user can be null after .find(). Add guard before .email. instead of writing paragraph-length explanations. ## Quick Start Review this pull request diff and give me terse one-line comments for each finding.