🔎
QualityShell

Code Review

by JackyST0

Code Review is a Quality skill for Claude Code, published by JackyST0 in awesome-agent-skills.

624 stars109 forkson JackyST0/awesome-agent-skillsAdded 2026/08/24Repository updated 2026/08/24
agent-skillsaiawesomeawesome-listclaudecopilotcursor
Install in seconds
Install Code Review
Copy Code Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/JackyST0/awesome-agent-skills/tree/main/examples/code-review ~/.claude/skills/code-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/JackyST0/awesome-agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/code-review/SKILL.md in JackyST0/awesome-agent-skills
Installs to
~/.claude/skills/code-review
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Code Review does

Code Review examines code for syntax, logic, security, performance, and style issues. Use it when you want a review report with problems found and concrete improvement suggestions.

Code Review is cataloged under Quality on DirSkills. Code Review comes from a repository tagged agent-skills, ai, awesome, awesome-list and claude.

Documentation

README

Code Review

智能代码审查技能,帮助审查代码质量、发现潜在问题、提供改进建议。

Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.

When to Use

当用户请求以下操作时使用此 skill:

  • 审查代码 / Review code
  • 检查代码质量 / Check code quality
  • 寻找代码中的问题 / Find issues in code
  • 请求代码改进建议 / Request improvement suggestions

Instructions

审查步骤 / Review Steps

  1. 阅读代码 - 仔细阅读提供的代码
  2. 检查问题
    • 语法错误 / Syntax errors
    • 逻辑问题 / Logic issues
    • 安全隐患 / Security vulnerabilities
    • 性能问题 / Performance issues
    • 代码风格 / Code style
  3. 提供建议 - 给出具体的改进建议
  4. 输出报告 - 使用标准格式生成审查报告

输出格式 / Output Format

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Review

  • What else does JackyST0 publish alongside Code Review?

    Code Review is one of 5 skills that DirSkills catalogs from JackyST0/awesome-agent-skills, the repository it ships in. Its siblings there include API Doc Generator, Debug Helper and Git Commit. Each one is a separate skill with its own page in this directory, installs the same way Code Review does, and is maintained by JackyST0 in that same repository. The rest of the collection is listed on the JackyST0/awesome-agent-skills page.

  • How does Code Review compare to other Quality skills?

    Code Review ranks #1109 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Review against them. Open each page to compare what they document and how they install.