review-claude

Analyze Git diffs with six parallel Claude agents for code review.

2|Updated Sep 3, 2016
One-click install
npx skills add https://github.com/jpaddison3/dotfiles --skill review-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-claude
Source: https://github.com/jpaddison3/dotfiles/tree/main/claude-skills/review-claude
Command: npx skills add https://github.com/jpaddison3/dotfiles --skill review-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates comprehensive code reviews by launching multiple specialized Claude agents to evaluate changes, saving developers time and increasing review thoroughness.

Core Features & Use Cases

  • Six parallel agents each focusing on correctness, quality, standards, reuse, security, and efficiency.
  • Multiple modes: pass‑through, collaborative discussion, and automatic fixing, with optional base‑branch comparison.
  • Integration with Git: automatically extracts diffs and project conventions for contextual analysis.
  • Use case: Run /review-claude in a repository to receive a detailed, aggregated review of recent changes, optionally fixing issues automatically.

Quick Start

Ask Claude to review the latest changes by running /review-claude with optional mode flags.

Frequently Asked Questions about review-claude

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

FAQPage Schema
How do I automate code review for recent git diffs using Claude?

Automated code review of git diffs uses six parallel Claude agents to evaluate changes for correctness, security, and quality without modifying code. You run a single command with optional mode flags to receive an aggregated review.

Can I use parallel agents to review different aspects of code quality?

Yes, parallel agents review different aspects of code quality by deploying six specialized Claude instances to independently evaluate correctness, quality, standards, reuse, security, and efficiency from your git diff.

Does the code review skill work with any Git repository?

Yes, the code review skill works with any Git repository by automatically extracting diffs and project conventions for contextual analysis. It requires no external dependencies to evaluate code changes.

What is the best way to review code changes for security and efficiency?

Reviewing code changes for security and efficiency is best handled by deploying dedicated Claude agents that focus exclusively on these areas. This skill targets security vulnerabilities and code efficiency alongside other dimensions.

How do I automatically fix issues found during a code review?

Automatically fixing issues found during a code review is supported through an automatic fixing mode. You run the skill with specific mode flags to enable pass-through, collaborative discussion, or automatic fixing.

When should I not use an automatic code review approach?

Automatic code review should not be used when you require strict manual oversight of every change. While it offers pass-through and collaborative modes, the automatic fixing mode might apply changes without human intervention.