⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

v1.0.0

code-reviewer

@eddieran⭐ 2 stars

Production-grade structural code review for correctness, security, performance, and release risk.

Use with your AI agent

Open your project in any AI assistant that can read your files. Works with ChatGPT, Claude, Claude Code, Codex, Cursor, Hermes Agent, OpenClaw, Grok Bot, and more.

Your agent needs access to this page’s linked instructions and your project files. Copying does not install or execute anything.

—/10

// RATINGS

⭐GitHub Stars
⭐ 2 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

code-reviewer

code-reviewer turns Claude Code or Codex into a focused production reviewer. It is designed for pull requests, risky refactors, release readiness checks, and regressions that need concrete findings instead of generic advice.

What It Does

  • Reviews diffs structurally, not just line-by-line
  • Prioritizes correctness, security, performance, and rollout risk
  • Reports missing tests when behavior changes are not covered
  • Produces concise findings that an engineer can act on immediately

Usage

Claude Code

Install: skillpm install clawhub/code-reviewer
Inject:  skillpm inject --agent claude clawhub/code-reviewer
Prompt:  "Use code-reviewer on the current diff. Findings first. Focus on regressions and missing tests."

Codex

Install: skillpm install clawhub/code-reviewer
Inject:  skillpm inject --agent codex clawhub/code-reviewer
Prompt:  "Use code-reviewer on cmd/skillpm/main.go and internal/app/service.go. Report only actionable findings."

Output Shape

  • Findings ordered by severity
  • File references for every issue
  • Production failure mode
  • Smallest safe fix
  • Residual risk when no bug is confirmed

Test Cases

See tests/cases.yaml for repository-backed validation scenarios.

// HOW IT'S BUILT

KEY FILES

skills/code-reviewer/SKILL.mdREADME.md

// REPO STATS

2 stars