claude-review

Automate Claude second opinions on Git repository code diffs.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/deveshkumars/Intentra --skill claude-review-deveshkumars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-review
Source: https://github.com/deveshkumars/Intentra/tree/main/claude-review
Command: npx skills add https://github.com/deveshkumars/Intentra --skill claude-review-deveshkumars

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates obtaining a second, independent AI review of code diffs using Claude, helping teams validate changes beyond human review.

Core Features & Use Cases

  • Automated Claude diff reviews: run Claude code reviews on pull request diffs to surface potential issues.
  • Mode-based analysis: supports review, challenge, and consult modes to fit governance workflows.
  • CLI-driven workflow: integrates into Git workflows with clear prompts and structured verdicts.

Quick Start

Run the /claude-review command on a diff to obtain Claude's second opinion.

Frequently Asked Questions about claude-review

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

FAQPage Schema
How do I automate Claude code reviews on Git diffs?

You can automate Claude code reviews on Git diffs by running the /claude-review command on your pull request diffs. The Skill extracts the diff, sends it to Claude, and returns a structured verdict for automated decision-making in your governance workflows.

What is an AI second opinion on pull request diffs?

An AI second opinion on pull request diffs is an independent automated review of your code changes using Claude. It helps teams validate modifications beyond human review by surfacing potential issues through structured output and mode-based analysis.

Can I use Claude for code reviews in governance gates?

Yes, you can use Claude for code reviews in governance gates. The Skill supports review, challenge, and consult modes to fit governance workflows, providing clear prompts and structured verdicts for automated decision-making on code diffs.

How do I get a structured verdict from Claude on a code diff?

To get a structured verdict from Claude on a code diff, run the /claude-review command on your Git repository changes. The CLI-driven workflow ensures diff extraction and returns Claude's structured output for automated decision-making.

Does automated Claude code review work with existing CLI workflows?

Yes, automated Claude code review integrates directly into existing CLI workflows. The Skill ensures CLI availability and extracts diffs from Git repositories to provide structured Claude output without leaving your terminal environment.

What are the limitations of using Claude for automated code reviews?

Using Claude for automated code reviews requires CLI availability and Git repository diffs to function. It is specifically designed for code-review scenarios on pull requests and governance gates, relying on Claude's analysis of the extracted diff content.