skill-code-review

Featured

Expert multi-AI code review with inline PR comments — use for thorough quality and security analysis

Code & Development 3,887 stars 365 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Review Skill ## MANDATORY COMPLIANCE — DO NOT SKIP **When this skill is invoked, you MUST execute the multi-LLM review pipeline. You are PROHIBITED from:** - Doing a direct single-model code review without multi-provider synthesis - Deciding the scope is "too broad" and narrowing it without asking the user - Skipping the provider check or structured review phases - Substituting two background Sonnet agents for the full multi-provider pipeline - Rationalizing "a focused audit would be more effective" — the user wants multi-LLM perspectives --- **Your first output line MUST be:** `🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-LLM Code Review` Invokes the code-reviewer persona for thorough code analysis during the `ink` (deliver) phase. ## Quick Mode For fast sanity checks (staged changes, small PRs), skip the full review pipeline and run just two phases: ```bash # Quick: grasp (consensus on scope) → tangle (parallel review) ${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh grasp "[review request]" ${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh tangle "[synthesized scope]" ``` Use quick mode when user says "check this PR", "quick review", "sanity check my changes", or for pre-commit checks. Use the full review for PRs with security/architecture impact. ## Usage ```bash # Via orchestrate.sh ${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh spawn code-reviewer "Review this pull request for security issues" # Via auto-routing (detects review intent) ${HO...

Details

Author
nyldn
Repository
nyldn/claude-octopus
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category