caveman-review

Generate location-based code review comments with severity and fixes.

Updated May 17, 2026
One-click install
npx skills add https://github.com/galeep/plugin-place --skill caveman-review-galeep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: caveman-review
Source: https://github.com/galeep/plugin-place/tree/main/plugins/caveman/skills/caveman-review
Command: npx skills add https://github.com/galeep/plugin-place --skill caveman-review-galeep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of lengthy and non-specific code review comments by providing concise, location-specific comments that include the problem and suggested fix.

Core Features & Use Cases

  • Concise Review Comments: Generates single-line comments for each issue found in the code, including location, severity, problem, and fix.
  • Severity Indicators: Utilizes emoji icons for different types of issues (bug, risk, nit, question).
  • Auto-Clarity: Drops terse mode for critical issues and reverts to verbose mode for onboarding and architectural decisions.
  • Use Case: Ideal for teams looking to speed up code review cycles while maintaining high-quality feedback.

Quick Start

Invoke the caveman-review skill in a PR context by typing '/caveman-review' or by triggering it with "review this PR", "code review", "review the diff".

Frequently Asked Questions about caveman-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate concise code review comments for a pull request?

To generate concise code review comments for a pull request, invoke the skill in a PR context using commands like "review this PR" or "review the diff". It analyzes the provided code and outputs single-line comments detailing the location, problem, and suggested fix for each issue found.

What is the format of automated code review comments for issue tracking?

Automated code review comments are output as single-line markdown entries. Each comment specifies the exact location, assigns a severity level using emoji icons, and proposes a targeted fix, streamlining issue tracking and developer productivity without requiring manual editing.

Can I use emoji severity indicators to categorize code issues?

Yes, you can use emoji severity indicators to categorize code issues. The skill utilizes specific emoji icons to represent different issue types, including bugs, risks, nits, and questions, allowing developers to quickly identify the nature and urgency of feedback during PR reviews.

Does the code review skill adjust its feedback detail for critical issues?

Yes, the code review skill adjusts its feedback detail for critical issues. It drops terse mode and automatically reverts to verbose mode for critical issues, onboarding contexts, and architectural decisions to ensure high-quality, comprehensive feedback when necessary.

What are the limitations of using automated comment generation for code reviews?

A limitation of automated comment generation is that it requires a markdown-based skill for feedback generation without providing manual editing capabilities. It is designed strictly for generating concise, location-specific PR comments rather than executing code changes or applying fixes directly.