code-reviewer

Analyze git diffs, lint results, and test outcomes across three review passes.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/elsolal/Skillz-Claude --skill code-reviewer-elsolal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/elsolal/Skillz-Claude/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/elsolal/Skillz-Claude --skill code-reviewer-elsolal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates structured, multi-pass code reviews to improve quality and speed up feedback loops.

Core Features & Use Cases

  • Three-pass review process focusing on correctness, readability, and performance
  • Integrates with git diffs, lint and test results, and a knowledge base to guide findings
  • Suitable for pull requests, feature branches, and post-commit reviews

Quick Start

  • Ensure you have the repository changes ready for review (e.g., git diff --name-only HEAD~5)
  • Invoke the skill on the changes to start the 3-pass review
  • Review the generated report and apply suggested fixes before merging

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate a deep code review on a git diff before merging?▼

Automate a deep code review by running a 3-pass analysis on git diffs, test outcomes, and lint results to check correctness, readability, and performance before merging.

What is a multi-pass code review process?▼

A multi-pass code review evaluates changes in three stages: correctness, readability, and performance, using git diffs and lint results to propose fixes.

Can I use lint and test results to guide code review findings?▼

Yes, you can use lint, typecheck, and test results alongside git diffs and a knowledge base to guide the review and identify issues for fixes.

How do I run a code review on a feature branch or post-commit workflow?▼

Run a code review on a feature branch or post-commit workflow by invoking the skill on repository changes like git diff HEAD~5 to generate a report.

Does automated code review work with pull requests and feature branches?▼

Yes, automated code review works with pull requests, feature branches, and post-commit workflows by analyzing diff stats and lint results to suggest fixes.

What is the best way to improve code quality and speed up feedback loops?▼

The best way to improve code quality is automating a structured 3-pass review focusing on correctness, readability, and performance to speed up feedback loops.