Browse skills/Code Review

Code Review

Editor's pickdevelopment

Automated PR code review using multiple specialized agents with confidence-based scoring to filter false positives

$npx skills add mindverse/skillhub@code-review -g -y

Run in your terminal to install. Works with any AI Agent platform that supports the Claude Skills spec (Claude Code, Cursor, Windsurf, etc).

Prerequisites
1) Install Claude Code (claude.ai/code). 2) Install ai-skill: `npx skills add 1-SKILL/ai-skill -g -y`. Run that one first, then come back and run the skill install command above.

What this skill can do

严重/警告/建议三级
10种语言审查
安全漏洞检查
性能优化建议
最佳实践推荐

How to use

After installation, just tell your AI assistant:

帮我review代码
这段代码有问题吗
PR审查
代码质量检查
View full SKILL.md content84 chars

代码审查 — AI 代码质量守护者

五阶段工作流

  1. 理解上下文
  2. 逐文件审查
  3. 安全检查
  4. 性能检查
  5. 汇总报告(严重/警告/建议三级)
View source on GitHub →
Safety score
99/100
S12/12 checks passed

All checks passed — safe to install

Skill info
Lines of code283
SourceEditor's pick
AuthorAnthropic
Repositoryanthropics/claude-code
Stars28,000
Categorydevelopment
Trigger words
代码审查code reviewPR review帮我review

Search skills from your terminal

Install ai-skill, then describe what you need inside Claude Code — it auto-matches and installs the right skill without leaving your terminal.

$npx skills add 1-SKILL/ai-skill -g -y

Related skills

Frontend DesignEditor's pick
S

Create distinctive, production-grade frontend interfaces that avoid generic AI a...

react-best-practicesEditor's pick
A

React 19+ / Next.js 15+ 最佳实践指南,929行10个章节。覆盖性能优化、Server Components、Hooks、状态管理。

TDD WorkflowEditor's pick
B

Test-Driven Development workflow and patterns

debuggerEditor's pick
A

快速定位和修复 bug,结构化调试流程:复现→缩小→定位→修复→验证。