code-review

Analyze code changes against CLAUDE.md guidelines and output a structured remediation report.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/404-error-notfound/code_review_skills --skill code-review-404-error-notfound
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/404-error-notfound/code_review_skills/tree/main/code-review
Command: npx skills add https://github.com/404-error-notfound/code_review_skills --skill code-review-404-error-notfound

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

专业的代码审查在提交代码或创建 PR 时触发,基于项目根目录 CLAUDE.md 的规范,自动发现架构、编码、数据库、测试、安全等方面的问题,并输出可执行的改进建议,帮助团队提升代码质量与一致性。

Core Features & Use Cases

  • 基于 CLAUDE.md 的多维度审查:架构合规、数据库索引、类型声明、测试覆盖率、代码质量与安全性等维度。
  • 触发场景广泛:git 提交前、创建 Pull Request 时,或用户明确请求审查,适用于任何包含 CLAUDE.md 的项目。
  • 审查结果输出:结构化的审查报告,包含通过项、发现的问题、严重程度及修复建议。

Quick Start

请对最近提交的代码进行全面审查,并生成结构化报告。

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 before a git commit or pull request?

Automated code review triggers during git commits, pull requests, or explicit requests to analyze code changes against CLAUDE.md guidelines, outputting a structured report with remediation steps.

What is CLAUDE.md based code review and how does it work?

CLAUDE.md based code review analyzes code changes to surface architectural, typing, testing, and security issues by checking your project against the guidelines defined in your CLAUDE.md file.

Can I run this code review on any project without dependencies?

Yes, you can run this code review on any project without extra dependencies, provided the project root contains a CLAUDE.md file to define the guidelines for the analysis.

What's the best way to check database indexing and type declarations in my code?

The best way to check database indexing and type declarations is using a multi-dimensional code review that analyzes architecture, database, typing, and security against your project guidelines.

Why does my automated code review not find security issues in my changes?

Automated code review might not find security issues if your project lacks a CLAUDE.md file defining security guidelines, or if the recent changes do not trigger the architectural and security analysis checks.