git log --oneline --stat
HEAD
- Stars
- 7.2k
- Forks
- 473
- Updated
- Jun 2, 2026
repo --stat
stars
7.2k
forks
473
last update
Jun 2, 2026
license
MITv2.6.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add code-reviewer - Invoke
// Run from any project directory
$ claude --skill code-reviewer "wire up a GitHub Actions deploy" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill code-reviewer "now refactor it"
code-reviewer/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Code Reviewer
- slug:
- code-reviewer
- version:
- v2.6.0
- license:
- MIT
- author:
- @review-craft
- categories:
- tags:
- #code-review#pr-review#security#performance#style
- description:
Thorough PR review — security, performance, correctness, style, with inline-comment-ready output.
features.md
4 capabilities
// What you can do with it
- Security — unvalidated input reaching sinks, missing authz checks, hardcoded secrets/keys, unsafe deserialization, SQL/command injection patterns.
- Performance — N+1 query loops, unnecessary allocations in hot paths, unbounded memory growth, repeated work that should be hoisted or cached.
- Correctness — unhandled edge cases (empty/null, off-by-one), race conditions on shared state, error paths that swallow failures.
- Style — naming consistency, cyclomatic complexity, dead code, deviation from the surrounding file's conventions.
README.md
code-reviewer/README.md
8 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…