review
Comprehensive code review workflow - parallel specialized reviews → synthesis
npx skills add parcadei/Continuous-Claude-v3 --skill review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /review - Code Review Workflow Multi-perspective code review with parallel specialists. ## When to Use - "Review this code" - "Review my PR" - "Check this before I merge" - "Get feedback on implementation" - Before merging significant changes - Quality gates ## Workflow Overview ``` ┌──────────┐ │ critic │ ─┐ │ (code) │ │ └──────────┘ │ │ ┌──────────┐ │ ┌──────────────┐ │plan-reviewer│ ─┼────▶ │ review-agent │ │ (plan) │ │ │ (synthesis) │ └──────────┘ │ └──────────────┘ │ ┌──────────┐ │ │plan-reviewer│ ─┘ │ (change) │ └──────────┘ Parallel Sequential perspectives synthesis ``` ## Agent Sequence | # | Agent | Focus | Execution | |---|-------|-------|-----------| | 1 | **critic** | Code quality, patterns, readability | Parallel | | 1 | **plan-reviewer** | Architecture, plan adherence | Parallel | | 1 | **plan-reviewer** | Change impact, risk assessment | Parallel | | 2 | **review-agent** | Synthesize all reviews, final verdict | After 1 | ## Review Perspectives - **critic**: Is this good code? (Style, patterns, readability) - **plan-reviewer**: Does this match the design? (Architecture, plan) - **plan-reviewer**: Is this change safe? (Risk, impact, regressions) - **review-agent**:
- When to Use
- Workflow Overview
- Agent Sequence
- Review Perspectives
- Execution
- Phase 1: Parallel Reviews
- Phase 2: Synthesis
- Review Modes
- Full Review
- Quick Review
- Security Focus
- PR Review
- Example
- Verdicts
What does the review skill do?
Comprehensive code review workflow - parallel specialized reviews → synthesis
How do I install it?
Run `npx skills add parcadei/Continuous-Claude-v3 --skill review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
