review

Automate two-stage code review for spec compliance and code quality.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/yash-gadodia/claude-init --skill review-yash-gadodia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/yash-gadodia/claude-init/tree/main/templates/skills/review
Command: npx skills add https://github.com/yash-gadodia/claude-init --skill review-yash-gadodia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the two-stage code review process, ensuring spec compliance and code quality, saving time and reducing errors in the review process.

Core Features & Use Cases

  • Two-Stage Review: Ensures both spec compliance and code quality are met.
  • Automated Trigger: Triggers automatically after any change is implemented.
  • Use Case: Ideal for teams that want to streamline their code review process and ensure high-quality code is merged.

Quick Start

Run the review skill to automatically perform a two-stage code review on the latest changes.

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 spec compliance and code quality?

You can automate code review by running a two-stage process that checks spec compliance and code quality using git diff analysis and shell scripting to generate review reports.

What is a two-stage code review process?

A two-stage code review process first verifies that code changes meet the original specifications, then evaluates the overall code quality to ensure adherence to software development best practices.

How do I trigger an automated code review after implementing changes?

Automated code review triggers automatically after any change is implemented, analyzing the latest git diff to ensure your software development workflow maintains high-quality code.

Do I need git to run automated code review on recent changes?

Yes, you need git and shell scripting capabilities to perform diff analysis and generate the review reporting required for this automated code review process.

Can this automated review be used for team software development workflows?

Yes, this automated review is ideal for software development workflows where teams need to streamline the review process and ensure high-quality code is merged.

What is the best way to check spec compliance in a code review?

The best way to check spec compliance is using an automated two-stage review process that evaluates your latest git diff against requirements before assessing code quality.