review

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

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Sh3rd3n/megazord --skill review-sh3rd3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Sh3rd3n/megazord/tree/main/skills/review
Command: npx skills add https://github.com/Sh3rd3n/megazord --skill review-sh3rd3n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review, ensuring code quality and adherence to specifications without manual intervention.

Core Features & Use Cases

  • On-demand Code Review: Perform spec compliance and code quality checks at any time.
  • Flexible Scoping: Review the latest commit, a range of commits, specific files, or changes related to a particular plan.
  • Use Case: After making several changes to a feature, you can trigger a review to catch potential issues before merging, ensuring the code meets project standards.

Quick Start

Run a code review on the most recent commit's 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 my latest git commit?

Automated code review for your latest git commit is handled by generating a diff and running a two-stage analysis for spec compliance and code quality. You can trigger this on-demand to check changes before merging.

What is a two-stage code review process?

A two-stage code review process separates checks into spec compliance and code quality. This ensures the code meets project standards and adheres to original specifications before integration.

Can I run code quality checks on specific files or a range of commits?

Code quality checks support flexible scoping, allowing you to review specific files, a range of commits, or plan-specific changes. The system integrates with Git to generate the necessary diffs for analysis.

Does automated code review work without manual intervention?

Automated code review works without manual intervention by leveraging a dedicated reviewer agent for analysis. It systematically checks the generated Git diffs to ensure adherence to specifications and quality standards.

When do I need to automate spec compliance checking in my development workflow?

Automating spec compliance checking is needed when you want to catch potential issues before merging. It ensures your code meets project standards during the development workflow without requiring manual reviews.

What is the best way to review code quality for plan-specific changes?

The best way to review code quality for plan-specific changes is to use a flexible scoping automated review. This targets the exact changes made, generating a Git diff for a dedicated reviewer agent to analyze.