code-review

Analyze git diffs to generate a graded code review report.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ChoonwooLim/MainWork --skill code-review-choonwoolim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ChoonwooLim/MainWork/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/ChoonwooLim/MainWork --skill code-review-choonwoolim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Code Review Skill automates a systematic review of changed code, documenting issues across security, performance, quality, and best practices without modifying the original code.

Core Features & Use Cases

  • Deterministic range review: determine review scope from staged changes, last commit, or explicit file ranges.
  • Multi-dimension evaluation: assess security, performance, quality, best practices, and maintainability.
  • Actionable reports: generate a graded, prioritized report highlighting critical issues and suggested improvements.

Quick Start

Specify the review scope and run the analyzer to generate a structured code-review report for the changed files.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review on a git diff?

To perform a structured code review on a git diff, you specify the review scope such as staged changes, last commit, or explicit file ranges. The analyzer evaluates the diff and generates a prioritized report on security, performance, quality, and maintainability.

Can I review staged changes and last commits across any project?

Yes, you can review staged changes and last commits across any project. The code review process determines the review scope from staged changes, last commit, or explicit file ranges to generate a graded report.

What dimensions are evaluated during an automated code review?

An automated code review evaluates changed code across multiple dimensions including security, performance, quality, best practices, and maintainability. It produces a graded, prioritized report highlighting critical issues and suggested improvements.

Does the code review process modify my original code?

No, the code review process does not modify your original code. It strictly analyzes diffs via git commands and produces an actionable report documenting issues without altering the changed files.

What is the best way to analyze code maintainability and security in a recent commit?

The best way to analyze code maintainability and security in a recent commit is to run an automated analyzer on the specified file ranges. It assesses the diff and outputs a graded report based on defined dimensions.