From cipherpowers
Performs structured code review on specified scope using code-review-agent, with optional model override (haiku, sonnet, opus).
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowers# 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 .../reviewPerforms GitHub-context-aware code review using Copilot agent. Accepts optional --model flag and focus notes. Returns subagent review output verbatim.
/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.
/code-reviewReviews local uncommitted changes or GitHub PRs (pass PR number/URL) for security vulnerabilities, code quality issues, and best practices. Generates severity-based report with file locations, descriptions, and fixes.
Share bugs, ideas, or general feedback.
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.