review

Reviews git diffs using a deterministic detector and LLM pipeline without commits or creating state.

2|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/iroh4-labs/mumei --skill review-iroh4-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/iroh4-labs/mumei/tree/main/skills/review
Command: npx skills add https://github.com/iroh4-labs/mumei --skill review-iroh4-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a strong, focused code review for the current diff, without the need for a full mumei spec/plan workflow.

Core Features & Use Cases

  • On-Demand Review: Review current code changes instantly, without setting up a full mumei workflow.
  • Use Case: Ideal for reviewing small changes, quick fixes, or when a spec isn't necessary. Can be used for local reviews by specifying a base ref and optional spec file.
  • Integration: Easily integrated into existing git repositories for immediate code quality checks.

Quick Start

Use the review skill to review the current diff by typing: /mumei:review <base-ref> [spec-file]

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a quick code review on my current git diff?

You can perform a focused code review on a git diff by specifying a base ref and optional spec file. This pipeline provides an instant, one-shot review without state creation or commits.

What is the best way to review small code changes without a full spec or plan?

For reviewing small changes or quick fixes, an on-demand diff review is ideal. It bypasses full spec workflows to provide immediate code quality checks directly within your git repository.

How does a deterministic detector work in an automated diff review?

The automated diff review uses a deterministic detector paired with an LLM reviewer. This pipeline analyzes your specified git diff to provide focused, one-shot feedback without creating repository state.

Can I review local code changes without creating new git commits?

Yes, you can review local code changes without creating commits. The process offers a one-shot review of the current diff against a base ref, leaving your git repository state untouched.

Do I need a spec file to run a code review on my current diff?

No, a spec file is optional when running a code review on your current diff. You only need to provide a base ref, making it suitable for quick fixes when a full spec is not applicable.

Are there limitations to using a one-shot diff review for large changes?

The one-shot diff review is designed for small changes or quick fixes. It may not be suitable for large changes that require deep context, as it intentionally bypasses full spec and plan workflows.