Code Review Skill
Purpose: Automated code review for quality, security, and best practices compliance.
Activation Triggers:
/piv-speckit:code-review- Direct command invocationgh pr view- GitHub PR review workflowgit 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