From cipherpowers
Conducts systematic code reviews of recent git commits against project standards, generating structured feedback with blocking/non-blocking issues and checklists.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowersThis skill uses the workspace's default tool permissions.
Systematic code review process ensuring correctness, security, and maintainability through practice adherence and structured feedback. Tests and checks are assumed to pass - reviewer focuses on code quality.
Performs code reviews covering quality, security, performance, testing, maintainability, and best practices. Use for pull requests, vulnerability checks, and improvement suggestions.
Provides structured code reviews for pull requests and changes, delivering actionable feedback on bugs, security, performance, and maintainability to foster collaboration.
Performs code reviews for PRs, audits, and changes using Codex MCP. Outputs severity-grouped findings and merge gates. Variants: fast (diff), full (lint/build checks), branch.
Share bugs, ideas, or general feedback.
Systematic code review process ensuring correctness, security, and maintainability through practice adherence and structured feedback. Tests and checks are assumed to pass - reviewer focuses on code quality.
Before starting:
${CLAUDE_PLUGIN_ROOT}skills/requesting-code-review/SKILL.md${CLAUDE_PLUGIN_ROOT}standards/code-review.mdCore workflow:
Note: Tests and checks are assumed to pass. Focus on code quality review.
Read these before conducting review:
${CLAUDE_PLUGIN_ROOT}skills/requesting-code-review/SKILL.md - Understand requester expectations${CLAUDE_PLUGIN_ROOT}standards/code-review.md - Standards, severity levels, project commandsDetermine scope:
git log -1 --statgit log origin/main..HEADgit diff origin/main...HEADRead standards from practices:
# Standards live in practices, not in this skill
${CLAUDE_PLUGIN_ROOT}standards/code-review.md
Review ALL severity levels:
Empty sections are GOOD if you actually checked. Missing sections mean you didn't check.
Template location:
${CLAUDE_PLUGIN_ROOT}templates/code-review-template.md
1. Check Status section exists
Does your review have ## Status: [BLOCKED | APPROVED WITH SUGGESTIONS | APPROVED]?
2. Check BLOCKING section exists
Does your review have ## BLOCKING (Must Fix Before Merge)?
3. Check NON-BLOCKING section exists
Does your review have ## NON-BLOCKING (May Be Deferred)?
4. Check Checklist section exists
Does your review have ## Checklist with all 6 categories?
5. Check for prohibited custom sections
Have you added ANY sections not listed above (examples of PROHIBITED sections: Strengths, Code Quality Metrics, Assessment, Recommendations, Requirements Verification, Comparison to Previous Reviews, Reviewer Notes, Sign-Off, Review Summary, Issues with subsections, Test Results, Check Results, Next Steps)?
6. Save review file
All required sections present, no custom sections → Save to work directory.
File naming: See ${CLAUDE_PLUGIN_ROOT}standards/code-review.md for .work directory location and naming convention ({YYYY-MM-DD}-review-{N}.md).
Additional context allowed: You may add supplementary details AFTER the Checklist section (verification commands run, files changed, commit hashes). But the 4 required sections above are mandatory and must appear first in the exact order shown.
NEVER skip:
Common rationalizations that violate workflow:
Note: Tests and checks are assumed to pass. Reviewers focus on code quality, not test execution.
Requestion code review:
${CLAUDE_PLUGIN_ROOT}skills/requesting-code-review/SKILL.mdWhen receiving feedback on your review:
${CLAUDE_PLUGIN_ROOT}skills/receiving-code-review/SKILL.mdSee test-scenarios.md for pressure tests validating this workflow resists rationalization.