Thorough code review with test verification and structured feedback.
Performs thorough code review with test verification and structured feedback. Use when you need comprehensive analysis of code changes before merging.
/plugin marketplace add cipherstash/cipherpowers/plugin install cipherpowers@cipherpowersThorough code review with test verification and structured feedback.
/cipherpowers:code-review [--model=<sonnet|opus|haiku>]
Model guidance:
opus - Deep analysis, security-critical code, complex architecturesonnet - Balanced quality/speed (default if not specified)haiku - Quick reviews, simple changesLoad skill context: @${CLAUDE_PLUGIN_ROOT}skills/conducting-code-review/SKILL.md
Step 1 - EVALUATE: State YES/NO for skill activation:
Step 2 - ACTIVATE: If YES, use Skill tool NOW:
Skill(skill: "cipherpowers:conducting-code-review")
⚠️ Do NOT proceed without completing skill evaluation and activation.
Decision tree (follow exactly, no interpretation):
Is this a code review request?
Have you already dispatched to code-review-agent agent?
DISPATCH TO AGENT NOW:
Use Task tool with:
subagent_type: "cipherpowers:code-review-agent"
model: [from --model arg if provided, otherwise omit to use default]
description: "Code review workflow"
prompt: """
[User's original request or task context]
Follow the conducting-code-review skill exactly as written.
Review the recent changes and provide structured feedback.
"""
Model parameter rules:
--model=X → pass model: X to Task toolThe code-review-agent agent implements:
Note: Tests and checks are assumed to pass. The reviewer focuses on code quality, not test execution.
References:
${CLAUDE_PLUGIN_ROOT}agents/code-review-agent.md${CLAUDE_PLUGIN_ROOT}skills/conducting-code-review/SKILL.md${CLAUDE_PLUGIN_ROOT}standards/code-review.md