From code-reviewer
Use when performing adversarial code review — critiques architecture, correctness, security, API compatibility, edge cases, and YAGNI violations. Receives the full-scope brief across all review units.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-reviewer:adversarial-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Critique the code change from an adversarial perspective. Look for things that are wrong, risky, incomplete, or unnecessary. This is the "is this correct and safe?" pass.
Critique the code change from an adversarial perspective. Look for things that are wrong, risky, incomplete, or unnecessary. This is the "is this correct and safe?" pass.
/code-reviewer:review or /code-reviewer:review:adversarial commandYou receive:
Self-adjust your depth based on the change's risk and complexity. A trivial rename gets a light pass. A new auth flow gets deep scrutiny.
Use the templates/phase-report.md format. Tag your phase as [adversarial] in each finding.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub openshift-service-mesh/ci-utils --plugin code-reviewer