review

Automate code review with Git diff analysis and GitHub PR context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SharadKumar/nterprise-web --skill review-sharadkumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/SharadKumar/nterprise-web/tree/main/.claude/skills/review
Command: npx skills add https://github.com/SharadKumar/nterprise-web --skill review-sharadkumar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the code review process, ensuring higher quality, security, and correctness of code changes before they are merged.

Core Features & Use Cases

  • Automated Code Review: Spawns a dedicated agent to perform thorough code reviews.
  • Cross-Model Convergence: Optionally uses a secondary AI model (Codex) for a diverse perspective, catching blind spots.
  • Use Case: When submitting a pull request, simply invoke /review to get an immediate, detailed assessment of your changes, including suggestions for improvement or critical issues.

Quick Start

Run /review to analyze the current branch changes against main.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for a pull request?

Automated code review is handled by spawning a general-purpose agent to analyze Git diffs and pull request context for quality, security, and correctness. Invoking the command against your current branch yields detailed assessments and improvement suggestions.

Can I use a second AI model to catch blind spots during code review?

Cross-model convergence is supported by optionally integrating OpenAI's Codex CLI to provide a second opinion. This mechanism validates the initial analysis using a secondary AI model, catching blind spots and ensuring diverse perspectives on your code changes.

Does the automated code review support Git diff analysis?

Git diff analysis is fully supported by integrating directly with Git to evaluate branch changes against the main line. The agent uses this Git diff context, alongside GitHub CLI integration, to perform thorough correctness and security checks.

What is the best way to override a blocker verdict from an AI agent?

Overriding a blocker verdict is possible through specific configuration options provided to the agent. You can configure the automated review process to override blocker verdicts and specify particular models for the analysis.

Do I need the GitHub CLI to review code changes?

The GitHub CLI is integrated to fetch pull request context, while Git is used for diff analysis. Having both configured in your environment allows the agent to perform thorough quality, security, and correctness analysis accurately.