code-review

Analyze Git diffs and generate a structured Markdown code review report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of performing a thorough code review on recent changes within a Git repository, identifying potential issues and suggesting improvements.

Core Features & Use Cases

  • Comprehensive Diff Analysis: Analyzes the differences between the current branch and a base branch (e.g., main or master).
  • Contextual Exploration: Gathers additional context from the codebase, commit history, and project documentation.
  • Structured Review Output: Generates a detailed Markdown report outlining identified issues with severity ratings and suggested fixes.
  • Use Case: Before merging a feature branch, use this Skill to automatically generate a review report highlighting bugs, security vulnerabilities, and areas for code simplification.

Quick Start

Ask the agent to 'create a review' for the current changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for recent Git changes before merging?

To automate code review for recent Git changes, this Skill analyzes branch diffs against a base branch like main or master, outputting a structured Markdown report that identifies bugs, security issues, and simplification opportunities.

What does an automated code review report include?

An automated code review report includes identified bugs, security vulnerabilities, and code simplification opportunities. It provides severity ratings and suggested fixes derived from contextual exploration of the codebase and commit history.

Do I need a clean working directory to run a Git diff analysis?

Yes, you need a clean working directory to run a Git diff analysis. The Skill requires a clean state to accurately analyze differences between your current branch and the auto-detected base branch.

Can this tool auto-detect the base branch for comparing Git diffs?

Yes, the tool can auto-detect the base branch for comparing Git diffs. It automatically identifies standard base branches like main or master to perform comprehensive diff analysis of your recent changes.

How does contextual exploration improve automated bug detection in code review?

Contextual exploration improves automated bug detection by gathering additional context from the codebase, commit history, and project documentation. This ensures the review identifies issues based on broader project architecture rather than just isolated diff lines.

What's the best way to find code simplification opportunities in a feature branch?

The best way to find code simplification opportunities in a feature branch is to run an agentic code review. The Skill explores codebase context and analyzes diffs to suggest specific areas where recent changes can be simplified before merging.