start

Orchestrate parallel multi-agent code reviews from git diffs.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace --skill start-opensphere-inc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace/tree/main/creview/skills/start
Command: npx skills add https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace --skill start-opensphere-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the bottleneck of manual code reviews by orchestrating a parallel, multi-agent workflow that automatically selects specialist reviewers to analyze code changes and consolidate findings into a structured report.

Core Features & Use Cases

  • Parallel Review Orchestration: Automatically delegates review tasks to specialist agents based on the specific code changes and project context.
  • Adversarial Analysis: Supports an adversarial mode to rigorously test code for edge cases, concurrency issues, and security vulnerabilities.
  • Automated Aggregation: Consolidates findings from multiple reviewers into a single, standardized report with severity-based categorization.

Quick Start

Launch a parallel code review for the current branch changes by invoking the start skill with your review target.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-agent code reviews for git diffs?▼

To automate multi-agent code review, you orchestrate parallel specialist sub-agents that analyze git diffs and consolidate findings. This automated triage selects specialist reviewers based on project context, producing a structured, reproducible report with severity-based categorization.

What is adversarial testing in automated code review?▼

Adversarial testing in automated code review rigorously probes for edge cases, concurrency issues, and security vulnerabilities. It applies an adversarial mode within the multi-agent workflow to stress-test git diffs beyond standard quality assurance checks.

Can I use parallel code review for security analysis across diverse codebases?▼

Yes, parallel code review supports security analysis across diverse codebases by delegating to specialist sub-agents. It applies to software development lifecycles requiring automated triage, analyzing git diffs to identify and consolidate security findings.

How does automated reviewer selection work for code changes?▼

Automated reviewer selection works by analyzing git diffs and matching code changes to project-specific agent definitions. The orchestration workflow delegates review tasks to the most relevant specialist sub-agents for targeted quality assurance.

Do I need specific agent definitions to start a parallel code review?▼

Yes, project-specific agent definitions are required to enable automated reviewer selection. The multi-agent code review workflow uses these definitions to delegate findings to specialist sub-agents and produce structured, reproducible review documentation.

What are the limitations of automated multi-agent code review?▼

Automated multi-agent code review depends on the quality of project-specific agent definitions and git diff accuracy. It is designed for structured triage and security analysis, meaning complex logic errors outside diff context may require manual verification.