caveman-review

Generate terse one-line code review comments from diffs.

16|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Jannael/Glinter --skill caveman-review-jannael
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: caveman-review
Source: https://github.com/Jannael/Glinter/tree/main/.agents/skills/caveman-review
Command: npx skills add https://github.com/Jannael/Glinter --skill caveman-review-jannael

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultra-brief code review comments that reduce noise while preserving actionable signal. Each finding is one line with location, problem, and fix.

Core Features & Use Cases

  • One-line findings: Location, problem, fix for each issue.
  • Enforces the required format and optional severity prefixes for clear prioritization.
  • Auto-triggers during pull request reviews or diff analysis, speeding up feedback.

Quick Start

Provide the pull request diff to caveman-review and receive a set of one-line, actionable comments.

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 diff?

Code review comments for pull request diffs can be generated as terse, one-line findings. Each comment enforces the format L<line>: <problem>. <fix> with optional severity prefixes for clear prioritization.

What is the best way to reduce noise in multi-file diff reviews?

Multi-file diff reviews can be reduced to ultra-brief, actionable signal by enforcing one-line findings. Each finding specifies the exact line reference, the problem, and the fix to preserve actionable signal without noise.

Can I prioritize severity in automated PR review comments?

PR review comments support optional severity prefixes to enable clear prioritization. This allows automated diff analysis to highlight critical issues first while maintaining the one-line location, problem, and fix format.

Does this code review format work for multi-file diffs?

Multi-file diffs are fully supported for generating precise findings in context. The auto-triggering mechanism applies during pull request reviews to produce one-line actionable comments across all changed files.

Why should I use one-line comments for code reviews?

One-line comments reduce noise while preserving actionable signal during code reviews. By enforcing the location, problem, and fix format with exact line references, feedback remains precise and directly actionable for developers.

When do I need ultra-brief code review comments?

Ultra-brief code review comments are needed when standard pull request reviews generate too much noise. This format enforces precise findings with location, problem, and fix to speed up feedback and maintain actionable signal.