caveman-review

Identify pull request issues and output one-line feedback with line references.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/NihaalManaf/LDR-Island --skill caveman-review-nihaalmanaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: caveman-review
Source: https://github.com/NihaalManaf/LDR-Island/tree/main/.agents/skills/caveman-review
Command: npx skills add https://github.com/NihaalManaf/LDR-Island --skill caveman-review-nihaalmanaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps reviewers produce terse, one-line feedback for PRs that clearly states the location, problem, and fix to cut noise and preserve actionable signal.

Core Features & Use Cases

  • One-line findings: location, problem, fix.
  • Works with single-file and multi-file diffs across languages, returning deterministic feedback suitable for PR threads.
  • Useful in fast code reviews where concise guidance accelerates collaboration.

Quick Start

Summarize the current pull request diff with one-line, actionable comments using location, problem, and fix.

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 feedback for a pull request diff?

To generate concise code review feedback, analyze the PR diff and output precise one-line comments identifying the location, problem, and suggested fix to reduce noise and preserve actionable signal.

What is the required format for actionable one-line review comments?

The required format for actionable one-line review comments is L<line>: <problem>. <fix>., which includes exact line references, file paths, and optional severity prefixes for deterministic PR discussions.

Can I use static analysis to review multi-file diffs across different programming languages?

Yes, you can apply static analysis to review multi-file diffs across different programming languages, returning a deterministic list of precise issues suitable for single-file and multi-file PR threads.

How do I write one-line review comments that include exact line references and fixes?

Write one-line review comments by pinpointing the exact line reference, stating the coding standard violation or problem, and appending the specific fix to accelerate fast code reviews.

Does this code review tool work with single-file and multi-file PR diffs?

Yes, this code review tool works with both single-file and multi-file PR diffs, identifying issues across languages and returning deterministic feedback formatted for PR threads.