caveman-review

Generates one-line code review comments with location, severity, problem, and fix.

Updated May 8, 2026
One-click install
npx skills add https://github.com/tomw200082-collab/gt-factory-os-production-brain --skill caveman-review-tomw200082-collab
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: caveman-review
Source: https://github.com/tomw200082-collab/gt-factory-os-production-brain/tree/main/.claude/skills/caveman-review
Command: npx skills add https://github.com/tomw200082-collab/gt-factory-os-production-brain --skill caveman-review-tomw200082-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? PR review feedback is often buried in hedging, filler phrases, and restated diff content, forcing authors to dig for the actionable point. This Skill compresses every finding into a single line so reviewers communicate faster and authors act immediately. ## Core Features & Use Cases - One-line findings: Each comment follows the format L<line>: <severity> <problem>. <fix>. with exact line numbers and backticked symbols. - Severity tagging: Uses πŸ”΄ bug, 🟑 risk, πŸ”΅ nit, and ❓ question prefixes to signal priority at a glance. - Auto-clarity mode: Automatically switches to full paragraphs for CVE-class security findings, architectural disagreements, and onboarding contexts, then resumes terse output. - Use Case: Paste a multi-file pull request diff and receive paste-ready review comments like L42: πŸ”΄ bug: user can be null after .find(). Add guard before .email. ## Quick Start Ask the assistant to review this PR diff using caveman-review and output one-line comments with severity tags.

Frequently Asked Questions about caveman-review

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

FAQPage Schema
How do I write concise code review comments for a pull request?β–Ό

Use the format L<line>: <severity> <problem>. <fix>. with one line per finding. Include exact line numbers, backticked symbol names, and a concrete fix while dropping phrases like "I noticed that" or "you might want to consider".

What severity levels should code review comments use?β–Ό

This Skill uses four levels: πŸ”΄ bug for broken behavior, 🟑 risk for fragile code like missing null checks, πŸ”΅ nit for style issues the author can ignore, and ❓ question for genuine inquiries rather than disguised suggestions.

When should code review feedback not be terse?β–Ό

Terse mode should be dropped for CVE-class security findings needing full explanation and references, architectural disagreements requiring rationale, and onboarding contexts where a new author needs the reasoning behind a change.

Can this tool approve or request changes on a pull request?β–Ό

No. It only outputs review comments ready to paste into the PR. It does not approve, request changes, write code fixes, or run linters.

How do I turn off terse review mode?β–Ό

Say "stop caveman-review" or "normal mode" to revert to verbose review style. The Skill also auto-expands individual findings when the context demands a full explanation.