er-review

Analyze git diffs to generate .er-* sidecar files for the er TUI.

2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/VilfredSikker/easy-review --skill er-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: er-review
Source: https://github.com/VilfredSikker/easy-review/tree/main/skills/er-review
Command: npx skills add https://github.com/VilfredSikker/easy-review --skill er-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates AI-assisted review of the current git diff to produce sidecar files for the er TUI.

Core Features & Use Cases

  • AI-driven code review for diffs, producing .er-* sidecar files consumed by the er TUI.
  • Deterministic diff analysis across branch, unstaged, and staged scopes with a stable diff hash and persistence for incremental reviews.
  • Persists review outputs as four files (.er-review.json, .er-order.json, .er-checklist.json, .er-summary.md) under .er-reviews for reuse across commits.

Quick Start

Run /er-review in any git repository to generate the .er-* sidecar files for the current diff.

Frequently Asked Questions about er-review

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

FAQPage Schema
How do I generate AI code review findings for my git diff?▼

AI code review of your git diff generates findings and sidecar artifacts by analyzing branch, unstaged, or staged scopes deterministically. It outputs four files under .er-reviews for reuse across commits.

What is incremental code review and how does diff persistence work?▼

Incremental code review uses a stable diff hash to persist analysis outputs across commits. This persistence mechanism stores review artifacts as files, allowing you to reuse previous findings instead of re-analyzing the entire diff.

Can I analyze staged and unstaged changes separately for code review?▼

Yes, you can analyze staged and unstaged changes separately. The review supports branch, unstaged, and staged scopes with deterministic diff parameters, ensuring consistent analysis for each specific scope.

How do I create sidecar artifacts for the er TUI from a git diff?▼

Creating sidecar artifacts for the er TUI involves running an AI-driven diff analysis that outputs four files: .er-review.json, .er-order.json, .er-checklist.json, and .er-summary.md, all stored under the .er-reviews directory.

Do I need to install any dependencies to run AI-assisted git diff analysis?▼

No external dependencies are required to run AI-assisted git diff analysis. You can execute the review directly in any git repository to generate the necessary sidecar files for the current changes.