review-code

Generate multi-dimensional code quality reviews with structured Markdown reports.

16|1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill review-code-bahayonghang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/bahayonghang/my-claude-code-settings/tree/main/skills/review-code
Command: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill review-code-bahayonghang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers rely on ad-hoc code reviews leading to inconsistent quality. This Skill provides a structured, multi-dimensional review workflow that surfaces actionable findings across correctness, readability, performance, security, testing, and architecture.

Core Features & Use Cases

  • Cross-dimension analysis: correctness, readability, performance, security, testing, and architecture.
  • Structured, prioritized reports: generated in Markdown with per-dimension findings and a final summary.
  • Automated governance: triggers on commands like "review code" or "code review" to seed the process and produce a repeatable quality signal.

Quick Start

Instruct Claude to run a review on your project: "review code in src/".

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I generate a multi-dimension code review report for my project?

To generate a multi-dimension code review report, instruct Claude to review a specific directory, such as "review code in src/". The Skill applies a rule-based engine to analyze correctness, readability, performance, security, testing, and architecture, outputting a structured Markdown report.

What dimensions are analyzed during a structured code quality review?

A structured code quality review analyzes six dimensions: correctness, readability, performance, security, testing, and architecture. Each dimension is evaluated using JSON rule files to surface actionable findings within a final Markdown summary.

Does this code review tool support projects across different programming languages?

Yes, this code review tool applies to codebases across languages and architectures. It uses a generic rule-based engine with JSON rule files under specs/rules to evaluate code quality consistently regardless of the specific programming language.

How does static analysis handle architecture and security findings?

Static analysis handles architecture and security findings by applying rule-based checks from JSON rule files under specs/rules. It surfaces prioritized, actionable issues within these specific dimensions and compiles them into a structured Markdown report.

Can I customize the rules used for the automated code review?

The automated code review is driven by JSON rule files located under the specs/rules directory. You can modify or add JSON rule files within this directory structure to customize the analysis criteria across the six supported review dimensions.

What is the best way to trigger the code review process?

The best way to trigger the code review process is by using natural language commands like "review code" or "code review" followed by the target directory. This seeds the automated governance workflow and produces a repeatable quality signal.