From cipherpowers
Performs structured code review on specified scope using code-review-agent, with optional model override (haiku, sonnet, opus).
How this command is triggered — by the user, by Claude, or both
Slash command
/cipherpowers:code-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review
Code review with structured feedback using specialised code-review-agent.
## Usage
- `$1` - scope (optional, defaults to all changes)
- `$2` - model override: `haiku`, `sonnet`, `opus` (optional)
<instructions>
## Instructions
## MANDATORY: Skill Activation
Use and follow the requesting-code-review skill exactly as written.
Path: `${CLAUDE_PLUGIN_ROOT}skills/requesting-code-review/SKILL.md`
Tool: `Skill(skill: "cipherpowers:requesting-code-review")`
Do NOT proceed without completing skill activation.
</instructions>
## Dispatch Defaults
| Task Type | Agent ...Code review with structured feedback using specialised code-review-agent.
/cipherpowers:code-review [scope] [model]
$1 - scope (optional, defaults to all changes)$2 - model override: haiku, sonnet, opus (optional)Use and follow the requesting-code-review skill exactly as written.
Path: ${CLAUDE_PLUGIN_ROOT}skills/requesting-code-review/SKILL.md
Tool: Skill(skill: "cipherpowers:requesting-code-review")
Do NOT proceed without completing skill activation.
| Task Type | Agent | Model |
|---|---|---|
| code-revew | code-review-agent | opus |
Specify model to use a different model from the agent default.
Agents use their own default model unless model is specified.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowers/candid-reviewRuns configurable code review on current changes (staged/unstaged/branch) with harsh/constructive tone and focus areas, categorizes issues with fixes, applies selected ones, supports re-review and git commit.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/codexDelegates coding tasks to OpenAI Codex CLI for autonomous execution via natural language prompts, handling code refactoring, testing, bug fixes, explanations, features, and reviews.
/code-reviewGenerates unified code review by having multiple AI models (Claude + externals) independently review code changes, compare findings, and converge on consensus.