# Review

> Code review with spec compliance and quality checks. Activate when user says: review this, code review, review my changes.

- Skill: `zereight/review` (Agent Skill)
- Install (CLI): `npx skillmds add zereight/review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zereight/review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zereight (https://skillmd.com/u/zereight)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/zereight/review

---


# Review

Systematic code review with severity-rated feedback.

## Modes
- **Default**: Full two-stage review (spec compliance + code quality)
- `--style`: Lightweight style-only checks
- `--performance`: Performance analysis and hotspot identification
- `--quality`: Release readiness and quality gate assessment

## Workflow
1. Delegate to @code-reviewer for spec compliance + code quality
2. Delegate to @security-reviewer for vulnerability detection
3. Compile findings with severity ratings

## Output
- Issues rated: CRITICAL / HIGH / MEDIUM / LOW
- Each issue includes file:line, description, and fix suggestion
- Clear verdict: APPROVE / REQUEST CHANGES / COMMENT

