What problem does it solve? Code review feedback is often bloated with hedging, filler phrases, and vague suggestions that slow down authors and reviewers. This Skill compresses every review finding into a single actionable line so pull request feedback stays fast and unambiguous. ## 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 like bug:, risk:, nit:, and q: classify findings so authors can triage quickly. - Anti-Hedging Rules: Strips filler phrases, restatements, and hedging language while keeping concrete fixes and the reasoning behind non-obvious changes. - Use Case: When reviewing a multi-file pull request diff, invoke the skill to produce compact per-line comments such as auth.ts:L42: bug: user can be null after .find(). Add guard before .email. ## Quick Start Ask the assistant to review this PR or diff using caveman-review to get terse one-line findings.