# Code Reviewer

> Automated code review using official Claude Code plugin with 4 parallel agents.

- Skill: `majiayu000/code-reviewer-28` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/code-reviewer-28`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/code-reviewer-28/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/code-reviewer-28

---


# Code Reviewer (Official Plugin)

Integrates the official Claude Code code-review plugin.

## Quick Start

```bash
/code-review              # Review current changes
/code-review --comment    # Post review as PR comment
```

## Architecture

4 parallel agents with confidence scoring (≥80):

1. Agent #1: CLAUDE.md compliance
2. Agent #2: CLAUDE.md compliance (redundancy)
3. Agent #3: Bug detection (changes only)
4. 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

