# Code Review

> Auto-activates during code reviews

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

---


# Code Review Skill

**Purpose:** Automated code review for quality, security, and best practices compliance.

**Activation Triggers:**
- `/piv-speckit:code-review` - Direct command invocation
- `gh pr view` - GitHub PR review workflow
- `git diff` - Jira/direct workflow (no PR)

**Checks:**
- TDD compliance (RED-GREEN-REFACTOR)
- Coverage ≥80%
- Security (OWASP Top 10)
- Project conventions
- Error handling
- DRY principle

**For complete code review methodology:** Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/reference/skills-full/code-review-full.md`

