review

Orchestrate reviewer, QA, and security agents to analyze code changes.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/donygeorge/claude-toolkit --skill review-donygeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/donygeorge/claude-toolkit/tree/main/skills/review-suite
Command: npx skills add https://github.com/donygeorge/claude-toolkit --skill review-donygeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multiple code-review agents to perform comprehensive analyses on code changes, consolidating findings into a structured packet.

Core Features & Use Cases

  • Orchestrates reviewer, qa, security, ux, and docs agents with presets like thorough, pre-merge, and spec-first.
  • Resolves scope via scope-resolver, launches agents (with installed vs fallback behavior), deduplicates findings, and outputs artifacts for CI/CD and governance.
  • Use Case: when preparing a feature branch for merge, run a full multi-agent review to surface quality, security, and design issues before merging.

Quick Start

Run a complete review of the current feature using the thorough preset.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for pull requests and feature branches?

Automated code review for pull requests and feature branches is orchestrated by coordinating multiple reviewer, qa, and security agents to analyze changes. It applies to uncommitted changes and outputs artifacts for downstream automation.

What is multi-agent code review and how does it work?

Multi-agent code review works by orchestrating reviewer, qa, security, ux, and docs agents to analyze code changes. It resolves scope, launches agents with installed or fallback behavior, and deduplicates findings into a consolidated artifact.

Can I run automated code review on uncommitted changes?

Yes, automated code review can be applied to uncommitted changes. The orchestration applies to pull requests, feature branches, and uncommitted changes, enabling multi-agent analysis for quality and security checks.

Does automated code review support configurable workflows and presets?

Automated code review supports configurable workflows with presets like thorough, pre-merge, and spec-first. It implements agent execution policies, gating, and artifact generation to integrate with downstream automation.

What is the best way to surface security and architecture issues before a merge?

The best way to surface security and architecture issues before a merge is to run a full multi-agent review using the thorough preset. This coordinates qa and security agents to analyze the feature branch and deduplicate findings.