code-review-expert
code review expert
What it does
- Use git status -sb, git diff --stat, and git diff to scope changes.
- If needed, use rg or grep to find related modules, usages, and contracts.
- Identify entry points, ownership boundaries, and critical paths (auth, payments, data writes, network).
- No changes: If git diff is empty, inform user and ask if they want to review staged changes or a specific commit range.
- Large diff (>500 lines): Summarize by file first, then review in batches by module/feature area.
- Mixed concerns: Group findings by logical feature, not just file order.
- Load references/solid-checklist.md for specific prompts.
Requirements & configuration
- LSP: Subclasses that break expectations or require type checks.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
code-review-expert FAQ
What does the code-review-expert skill do?
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements. Use git status -sb, git diff --stat, and git diff to scope changes. If needed, use rg or grep to find related modules, usages, and contracts.
What does code-review-expert require?
LSP: Subclasses that break expectations or require type checks.
How do I install code-review-expert?
Run: npx -y skills add https://github.com/sanyuan0704/code-review-expert --skill code-review-expert --agent claude-code — the source lives at github.com/sanyuan0704/code-review-expert.
Maintain code-review-expert?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/sanyuan0704-code-review-expert-code-review-expert?ref=badge) npx agentictools info skills/sanyuan0704-code-review-expert-code-review-expert The second line is the CLI lookup for this page — handy in READMEs and docs.