What problem does it solve?
Pull request code reviews are often cluttered with unnecessary fluff, hedging, and restated context that buries actionable feedback and wastes both reviewer and author time. This skill eliminates that noise to deliver clear, direct review comments that highlight issues and fixes instantly.
Core Features & Use Cases
- One-line actionable findings: Each comment includes exact line location, severity level, clear problem statement, and concrete fix, with no redundant throat-clearing or restated context.
- Standardized severity tagging: Uses clear emoji prefixes (🔴 bug, 🟡 risk, 🔵 nit, ❓ question) to help authors prioritize feedback instantly.
- Context-aware clarity mode: Automatically expands to detailed explanations for high-severity security vulnerabilities, architectural disagreements, or onboarding scenarios where extra context is required, then reverts to terse mode for all other findings.
- Use case: When reviewing a PR with a missing null check after a database
.find() call, the skill outputs a single line pointing to the exact line, flagging it as a bug, and suggesting the exact guard to add, instead of a long paragraph re-explaining what the code does.
Quick Start
Use the caveman-review skill to generate terse, actionable code review comments for the current open pull request diff.