By dev360
Code review with 9 parallel specialized agents — logic, boundary, error handling, security, data flow, contracts, test gaps, idioms, architecture
npx claudepluginhub dev360/claude --plugin reviewCompare local review performance against PR feedback from co-workers and CI bots
Save a review to Notion or local markdown
You are the orchestrator for a comprehensive code review. Your job is to plan the review work, execute it in waves of agents, and synthesize findings — all while keeping your own context lean by using disk as the primary storage.
Code smell detector that recognizes when established patterns would reduce complexity. Smell first, pattern as remedy, proportionality always.
Code review agent focused exclusively on edge cases and boundary conditions — the inputs nobody thought about.
Code review agent focused exclusively on API boundaries, type safety, and breaking changes between components.
Code review agent focused on state mutations, race conditions, data integrity, and blast radius — where does this change ripple to?
Code review agent focused exclusively on failure modes — what happens when things go wrong.
Code review agent focused on idiomatic modernity — is this code written the way an expert in this ecosystem would write it today?
Code review agent focused exclusively on logic correctness — wrong conditions, broken control flow, algorithm errors.
Code review agent focused on runtime divergence from static assumptions — type lies, ungated blast radius, cross-flow state leaks, and lifecycle hazards.
Code review agent focused on code-level security vulnerabilities — injection, auth bypass, insecure defaults, exposed secrets.
Code review agent focused exclusively on test adequacy — are the tests sufficient for the changed code?
# Add marketplace
claude plugin marketplace add dev360/claude
# Install plugins
claude plugin install dev@dev360 --scope user
claude plugin install review@dev360 --scope user
claude plugin install debugger@dev360 --scope user
claude plugin install plan@dev360 --scope user
# Pull latest from marketplace
claude plugin marketplace update dev360
# Update individual plugins
claude plugin update dev@dev360 --scope user
claude plugin update review@dev360 --scope user
claude plugin update debugger@dev360 --scope user
claude plugin update plan@dev360 --scope user
Restart Claude after updating.
devInvestigation and self-improvement agents.
reviewCode review via 9 parallel specialized agents. Invoked with /review.
Agents are selected based on change size:
logic, boundary, error-handling, securitydata-flow, contracts, test-gapsidioms, architectureEach agent hunts for specific issues — logic errors, edge cases, missing error handling, security holes, blast radius, breaking API changes, test gaps, non-idiomatic patterns, and code smells. Findings are consolidated with pass/warn/fail verdicts per agent.
planPlan review via 9 parallel specialized agents. Invoked with /plan. Tailored for product engineers.
Agents are selected based on plan scope:
problem, prior-art, technicaluser-journey, ui-ux, deliverystrategy, information-architecture, reusabilityHunts for vague requirements, missing user flows, unspecified interaction states, codebase pattern conflicts, PLG gaps, navigation dead-ends, premature abstractions, delivery risks, and missing rollback strategies. Produces a Definition of Ready checklist and pass/warn/fail verdicts per agent.
debuggerBrowser debugging via Chrome DevTools MCP. Launches a subagent that can navigate pages, click elements, fill forms, monitor network requests, capture console errors, and take screenshots. Used automatically when Claude needs eyes in the browser, or explicitly via /debug.
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
Share bugs, ideas, or general feedback.
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Automated code review with severity levels and actionable feedback
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
The most comprehensive Claude Code plugin — 48 agents, 182 skills, 68 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning