🔍
QualityGo

Review Code

by rengwu

Review Code is a Quality skill for Claude Code, published by rengwu in wayfinder-maps.

95 stars1 forkson rengwu/wayfinder-mapsAdded 2026/07/16+2% in starsRepository updated 2026/07/14
agent-skillsgo
Install in seconds
Install Review Code
Copy Review Code 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/rengwu/wayfinder-maps/tree/main/skills/.optional/review-code ~/.claude/skills/review-code

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/rengwu/wayfinder-maps.git

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

In this catalog

Source file
skills/.optional/review-code/SKILL.md in rengwu/wayfinder-maps
Installs to
~/.claude/skills/review-code
Collection
One of 14 skills cataloged from this repository
Category
Quality1897 skills

What Review Code does

Review code changes against repo coding standards and spec requirements in two isolated axes (Standards and Spec). Use when reviewing branches, WIP, or requesting a diff review from a specific point.

Review Code is cataloged under Quality on DirSkills. Review Code comes from a repository tagged agent-skills and go.

Documentation

README

Two-axis review of the diff between HEAD and a fixed point the user supplies:

  • Standards — does the code conform to this repo's documented coding standards?
  • Spec — does the code faithfully implement the originating spec / PRD?

The two axes are reviewed in isolation so they don't pollute each other, then aggregated side by side.

Process

1. Pin the fixed point

Whatever the user said is the fixed point — a commit SHA, branch name, tag, main, HEAD~5, etc. If they didn't specify one, ask for it.

Capture the diff command once: git diff <fixed-point>...HEAD (three-dot, so the comparison is against the merge-base). Also note the list of commits via git log <fixed-point>..HEAD --oneline.

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

Frequently asked about Review Code

  • What else does rengwu publish alongside Review Code?

    Review Code is one of 14 skills that DirSkills catalogs from rengwu/wayfinder-maps, the repository it ships in. Its siblings there include Codebase Design, Domain Modeling and Grill Me. Each one is a separate skill with its own page in this directory, installs the same way Review Code does, and is maintained by rengwu in that same repository. The rest of the collection is listed on the rengwu/wayfinder-maps page.

  • How does Review Code compare to other Quality skills?

    Review Code ranks #1832 by stars among the 1897 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 Review Code against them. Open each page to compare what they document and how they install.

More from rengwu/wayfinder-maps

Review Code is one of 14 skills cataloged on DirSkills from rengwu/wayfinder-maps.

See all 14 skills