Agent skill · Code Review & Quality

review

Comprehensive code review workflow - parallel specialized reviews → synthesis

parcadeigithub.com/parcadeiGitHub ↗
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: .claude/skills/review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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**:

What's inside
Steps it walks through
  1. When to Use
  2. Workflow Overview
  3. Agent Sequence
  4. Review Perspectives
  5. Execution
  6. Phase 1: Parallel Reviews
  7. Phase 2: Synthesis
  8. Review Modes
  9. Full Review
  10. Quick Review
  11. Security Focus
  12. PR Review
  13. Example
  14. Verdicts
More from Continuous-Claude-v3
All skills →
About this skill
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.

Keep going