auto-review

Analyze git diffs and generate a structured local review report.

41|7|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/DGouron/review-flow --skill auto-review-dgouron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review
Source: https://github.com/DGouron/review-flow/tree/main/.claude/skills/auto-review
Command: npx skills add https://github.com/DGouron/review-flow --skill auto-review-dgouron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a local, automated review of changed source code to surface issues before a merge, without relying on external CI integrations.

Core Features & Use Cases

  • Five sequential audits run in order: Clean Architecture, DDD, SOLID, Testing, and Code Quality, producing a consolidated report.
  • Generates a local review report stored at /.claude/reviews/.
  • Read-only mode: analysis only; does not modify code or trigger external systems.
  • Activation via /auto-review or keywords like Auto-review.
  • Useful for self-review before submitting a merge request and for quick quality validation.

Quick Start

Request /auto-review to generate a local, read-only code review and review report.

Frequently Asked Questions about auto-review

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

FAQPage Schema
How do I run a local code review on my git diff before submitting a merge request?

Run a local code review by executing /auto-review, which analyzes modified files from git diffs and generates a structured report at /.claude/reviews/. It operates in read-only mode without modifying code or triggering external CI systems.

What architecture and design principles does an automated code quality audit cover?

An automated code quality audit runs five sequential checks covering Clean Architecture, Domain-Driven Design, SOLID principles, Testing, and Code Quality. It analyzes git diffs to provide actionable feedback and a consolidated report for pre-merge validation.

Do I need GitHub or GitLab integration to perform an automated local code review?

No, you do not need GitHub or GitLab integration to perform a local code review. The audit works entirely offline by analyzing local git diffs in read-only mode and stores the resulting structured report at /.claude/reviews/.

What is the best way to validate code quality locally without affecting my source files?

Use a read-only local audit tool to validate code quality without affecting source files. By analyzing git diffs, it generates a comprehensive report covering Clean Architecture, DDD, SOLID, and Testing without modifying code or triggering external systems.

Where does a local code review report get stored for quick verification?

A local code review report is stored at /.claude/reviews/ for quick verification. The audit generates this structured output locally after analyzing modified files, ensuring you can review actionable feedback before merging.