What problem does it solve? Pull request feedback is often buried in verbose, hedged prose that obscures the actionable point. This Skill compresses code review comments into single lines containing the location, problem, and fix, so reviewers communicate faster and authors act immediately. ## Core Features & Use Cases - One-line comment format: Every finding follows the pattern 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 feedback is mixed. - Auto-clarity fallback: Security findings, architectural disagreements, and onboarding contexts automatically revert to full explanatory paragraphs. - Use Case: A reviewer pastes a multi-file diff and asks for a review; the Skill outputs paste-ready comments like api/users.go:L42: 🔴 bug: user can be nil after Find(). Add guard before .Email. ## Quick Start Review this pull request diff and give me terse one-line comments with severity tags for each finding.