🔍
QualityTypeScript

Code Review

by Qiao-920

Code Review is a Quality skill for Claude Code, published by Qiao-920 in claude-desktop-cn.

259 stars35 forkson Qiao-920/claude-desktop-cnAdded 2026/09/02+2% in starsRepository updated 2026/06/03
ai-assistantchineseclaudeclaude-codeclaude-desktopcode-workspacedesktop-appelectronwindows
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/Qiao-920/claude-desktop-cn/tree/main/electron/skills/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/Qiao-920/claude-desktop-cn.git

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

In this catalog

Source file
electron/skills/code-review/SKILL.md in Qiao-920/claude-desktop-cn
Installs to
~/.claude/skills/code-review
Collection
One of 6 skills cataloged from this repository
Category
Quality1418 skills

What Code Review does

Code Review thoroughly checks code or recent changes for bugs, security issues, performance problems, and maintainability concerns. Use it when reviewing implementations or auditing code quality.

Code Review is cataloged under Quality on DirSkills. Code Review comes from a repository tagged ai-assistant, chinese, claude, claude-code and claude-desktop.

Documentation

README

Code Review: Thorough Analysis of Code

Review the provided code or recent changes with a focus on correctness, maintainability, and best practices.

Review Process

Step 1: Identify What to Review

  • If the user provided a file path or pasted code, review that
  • If no specific target, run git diff to find recent changes
  • If no git changes, ask the user what to review

Step 2: Read the Code

Use the Read tool to examine the full file(s). Understand the context — what does this code do? What's its role in the project?

Step 3: Analyze

Check for these categories of issues:

Bugs & Correctness

  • Logic errors, off-by-one errors, null/undefined handling
  • Missing edge cases, race conditions
  • Incorrect API usage or wrong assumptions
  • Type mismatches or unsafe casts

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

Frequently asked about Code Review

  • What else does Qiao-920 publish alongside Code Review?

    Code Review is one of 6 skills that DirSkills catalogs from Qiao-920/claude-desktop-cn, the repository it ships in. Its siblings there include Create Project, Doc Writer and Frontend Design. Each one is a separate skill with its own page in this directory, installs the same way Code Review does, and is maintained by Qiao-920 in that same repository. The rest of the collection is listed on the Qiao-920/claude-desktop-cn page.

  • How does Code Review compare to other Quality skills?

    Code Review ranks #1277 by stars among the 1418 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.