workflow-code-review

Automate multi-agent code review coordination and triage into a structured assessment.

159|47|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/davidYichengWei/agentic-engineering-framework --skill workflow-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-code-review
Source: https://github.com/davidYichengWei/agentic-engineering-framework/tree/main/skills/workflow-code-review
Command: npx skills add https://github.com/davidYichengWei/agentic-engineering-framework --skill workflow-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review coordination across five specialized subagents to perform parallel, multi-dimensional assessments, improving speed and coverage without sacrificing quality.

Core Features & Use Cases

  • Parallel reviewer orchestration: five subagents run concurrently to review the same changes from different angles.
  • Deduplication and consistency: consolidates findings to avoid redundant issues and harmonize recommendations.
  • Final, standardized reporting: outputs a coherent review report suitable for stakeholders.

Quick Start

Initiate a full code review workflow on the latest changes using all subagents.

Frequently Asked Questions about workflow-code-review

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

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

Multi-agent code review automation orchestrates five parallel subagents to assess pull request diffs across performance, robustness, standards, trust, spec-compliance, and adversarial dimensions. It coordinates concurrent evaluations and deduplicates findings to output a structured stakeholder report.

What is parallel code review triage and how does it work?

Parallel code review triage concurrently invokes specialized reviewers to analyze the same codebase changes from different angles. It constructs evaluation contexts, runs multiple agents simultaneously, deduplicates overlapping issues, and standardizes the consolidated findings into a fixed schema report.

Can I use multi-agent code review to check spec-compliance and robustness?

Yes, multi-agent code review specifically evaluates spec-compliance and robustness alongside performance, standards, trust, and adversarial vulnerabilities. It applies parallel subagent invocation to analyze diffs and consolidate these multi-dimensional assessments into a single coherent review.

What's the best way to consolidate duplicate findings from parallel code reviewers?

Consolidating duplicate findings from parallel code reviewers requires a coordination layer that deduplicates issues and harmonizes recommendations. This orchestration process intercepts concurrent subagent outputs, removes redundant alerts, and synthesizes a standardized final assessment.

Does automated code review work with existing pull request diffs?

Automated code review applies directly to codebases with existing pull requests or diffs. It uses the provided diff context to construct evaluation environments for five parallel subagents, enabling concurrent multi-dimensional analysis without requiring full repository integration.

When should I use parallel multi-agent code review instead of a single reviewer?

Parallel multi-agent code review is ideal when comprehensive coverage and speed are critical, applying five specialized subagents to assess performance, robustness, and spec-compliance concurrently. Use it for complex diffs requiring multidimensional triage rather than simple localized changes.