full-review

Orchestrate up to three agents to review code, security, and tests for PR changes.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill full-review-minhthang1009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-review
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/pr-review-toolkit/skills/full-review
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill full-review-minhthang1009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a multi-agent code-review workflow that automatically dispatches 1-3 specialized agents (code-review, security-auditor, and test-analyzer), collects findings, and consolidates a final report to streamline pre-merge validation.

Core Features & Use Cases

  • Dispatches adaptive agents based on PR complexity to perform code review, security audit, and test analysis in parallel.
  • Deduplicates findings, validates high-severity issues, and produces a structured, actionable report.
  • Use Case: Before merging a large PR, run full-review to obtain a comprehensive assessment and a remediation plan.

Quick Start

Provide a PR scope (e.g., PR#123 or branch) and run full-review to generate a comprehensive, multi-agent review.

Frequently Asked Questions about full-review

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

FAQPage Schema
How do I automate multi-agent code review and security audits for pull requests?

Automate multi-agent code review by dispatching specialized agents to perform security audits, code reviews, and test analysis in parallel, then deduplicating findings and generating a structured consolidated report. This streamlines pre-merge validation for large pull requests.

Can I run parallel security audits and test analysis on a specific git branch?

Yes, you can run parallel security audits and test analysis by providing a branch, PR number, or file set as input. The workflow applies adaptive agent scaling based on complexity to evaluate the specified repository changes.

What is the best way to consolidate pull request findings from multiple review agents?

Consolidate pull request findings by collecting data from up to three agents, performing deduplication, and validating high-severity issues. This process outputs a structured report with a summary and optional follow-up remediation actions.

Does automated test analysis support deduplication of duplicate code review issues?

Automated test analysis and code review workflows support deduplication of findings across agents. The orchestrator collects the data, removes duplicate issues, and validates high-severity alerts before assembling the final structured report.

How many agents can I orchestrate for a comprehensive pull request review?

You can orchestrate up to three specialized agents: a code-reviewer, a security-auditor, and a test-analyzer. The workflow scales these agents adaptively based on the complexity of the pull request changes.

When should I use multi-agent reporting for pre-merge validation?

Use multi-agent reporting for pre-merge validation when merging large pull requests that require a comprehensive assessment. It provides parallel code review, security auditing, and test analysis to generate an actionable remediation plan.