code-review

Dispatch five specialized subagents to review code and synthesize a unified report.

5|2|Updated Jul 10, 2025
One-click install
npx skills add https://github.com/dot-do/workers --skill code-review-dot-do
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/dot-do/workers/tree/main/skills/code-review
Command: npx skills add https://github.com/dot-do/workers --skill code-review-dot-do

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables thorough parallel code reviews by dispatching five specialized subagents (General Code Review, Architectural Review, TypeScript Review, Product/Vision Review, and TDD/Beads Compliance) to produce a unified assessment.

Core Features & Use Cases

  • Parallel Subagent Reviews: five dedicated reviews covering code quality, architecture, typing, product alignment, and testing discipline.
  • Synthesis & Reporting: automated aggregation of findings into a single, actionable report with prioritized issues.
  • When to Use: before merging significant changes; after feature implementation; when reviewing PRs from others; before deployment of major features.

Quick Start

Launch five parallel subagents to perform a comprehensive code review and synthesize a unified report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a comprehensive code review across architecture, TypeScript typing, and TDD compliance?

You can run a comprehensive code review by dispatching five specialized subagents in parallel to analyze general quality, architecture, TypeScript typing, product alignment, and TDD compliance, synthesizing findings into a unified report.

What is parallel subagent code review and how does it work for PR assessments?

Parallel subagent code review dispatches five dedicated expert agents simultaneously to evaluate different aspects of a pull request, then aggregates their structured findings with severity levels into a single consolidated report for fast decision-making.

Can I use automated code review for cross-cutting architectural assessments before deployment?

Yes, automated code review applies to cross-cutting architectural assessments by running specialized subagents that evaluate architectural integrity and product vision alignment before you deploy major features.

What's the best way to review TypeScript typing and product vision alignment together?

The best way is using parallel subagents that simultaneously review TypeScript typing discipline and product vision alignment, ensuring both technical and strategic concerns are evaluated and synthesized into one prioritized report.

Does parallel code review enforce TDD and beads compliance during feature changes?

Yes, one of the five parallel subagents specifically focuses on TDD and beads compliance, evaluating whether feature changes adhere to testing discipline and synthesizing any violations into the final report.

When should I use multi-agent code review instead of a standard single-pass review?

Use multi-agent code review before merging significant changes, after feature implementation, or when reviewing PRs from others, as it provides deeper coverage across architecture, typing, and product alignment than a standard single-pass review.