Auto-activates during code reviews
Scanned 2/12/2026
Install to Claude Code
npx -y skills add galando/piv-speckit --skill code-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/galando-code-review)More formats (shields.io, HTML) on the badges page.
---
description: Auto-activates during code reviews
triggers:
- command: "/piv-speckit:code-review"
- command: "gh pr view"
- command: "git diff"
---
# 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!