Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Peer Review Code

Run code review using the codex CLI as an independent reviewer. Returns structured findings without applying fixes. Use when the user asks to "peer review code", "peer review my code", "get a second opinion on my code", "run codex review", "codex peer review", "run codex on my diff", or "review against main".

majiayu000 283282f 2 files · 1.8 KB Updated 567 repo stars

File contents

Peer Review Code

AI-powered code review of changes. Delegates to /codex-review by default.

Usage

Determine what to review based on context:

Diff Mode

  • Uncommitted changes: run /codex-review with --uncommitted
  • Against a base branch: run /codex-review with --base <branch>
  • Specific commit: run /codex-review with --commit <sha>

Pass --title when reviewing a feature branch or PR to give the reviewer context.

File Scope Mode

When a file list or directory is provided instead of a diff:

codex review "Review the following files for bugs, correctness, and security issues: <file list>"

Capture and return the full review output.

majiayu000/claude-skill-registry-data/tree/main/quality/peer-review-code commit 283282fe1d

Frequently asked questions

npx skillmds add majiayu000/peer-review-code