Claude-skill-registry code-reviewer
Automated code review using official Claude Code plugin with 4 parallel agents.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-reviewer-alfredolopez80-multi-agent-ralph-lo" ~/.claude/skills/majiayu000-claude-skill-registry-code-reviewer-99c363 && rm -rf "$T"
manifest:
skills/data/code-reviewer-alfredolopez80-multi-agent-ralph-lo/SKILL.mdsource content
Code Reviewer (Official Plugin)
Integrates the official Claude Code code-review plugin.
Quick Start
/code-review # Review current changes /code-review --comment # Post review as PR comment
Architecture
4 parallel agents with confidence scoring (≥80):
- Agent #1: CLAUDE.md compliance
- Agent #2: CLAUDE.md compliance (redundancy)
- Agent #3: Bug detection (changes only)
- Agent #4: Git blame/history analysis
Features
- Multi-agent parallel review
- Confidence-based filtering
- Auto-skip closed/draft/trivial PRs
- Direct GitHub code links
Integration
Official plugin:
~/.claude-sneakpeek/zai/config/plugins/cache/anthropics/code-review/
Author: Boris Cherny (boris@anthropic.com) Version: 1.0.0