What problem does it solve? Pull request feedback is often buried under hedging, filler phrases, and restated code, making reviews slow to write and tedious to read. This Skill compresses every review finding into a single actionable line so reviewers communicate signal without noise. ## 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 emoji tags distinguish bugs (🔴), risks (🟡), nits (🔵), and genuine questions (❓) when severity is mixed. - Auto-clarity fallback: Security findings, architectural disagreements, and onboarding contexts automatically expand into full explanatory paragraphs. - Use Case: A reviewer pastes a multi-file diff and receives paste-ready comments like auth.py:L42: 🔴 bug: user can be null after .find(). Add guard before .email. ## Quick Start Review this pull request diff and give me caveman-style one-line comments for each finding.