Code reviews can be filled with long messages that hide the real problems. This skill changes that by giving you ultra-short comments. Each finding is just one line with a clear location, the problem, and the fix.
No more fluff like 'I noticed that' or 'you might want to consider'. Just the essential information. You get terse and actionable feedback every time. Use it when you say 'review this PR' or 'code review'.
It even adds optional icons to show severity. A red bug means broken behavior. A yellow risk means fragile code. A blue nit is a minor style point. This keeps the review clean and focused on what matters.
Global
mkdir -p ~/.claude/skills/caveman-reviewProject
mkdir -p .claude/skills/caveman-reviewSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective