code-review

Identify high-signal issues in GitHub pull requests via multi-agent review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a thorough, multi-agent code review of GitHub pull requests, surfacing high-signal issues and actionable feedback with inline comments.

Core Features & Use Cases

  • Distributed, agent-driven analysis of PR diffs and related docs.
  • CLAUDE.md compliance checks and high-signal bug detection on changed code.
  • Inline commenting and structured summaries ready for posting to the PR.

Quick Start

Run the multi-agent PR review workflow on the target pull request to generate inline comments and a summary.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate multi-agent code reviews on GitHub pull requests?

Multi-agent code review automation runs a distributed workflow on GitHub pull requests, performing parallel analysis of diffs and docs to surface high-signal issues. It generates structured summaries and inline comments ready for posting directly to the PR.

What is the best way to add inline comments to a PR during automated code review?

The best way to add inline comments during automated code review is using an agent-driven workflow that analyzes PR diffs and posts high-signal feedback directly on specific lines. This ensures actionable bug detection and CLAUDE.md compliance checks are visible exactly where changes occur.

Does automated PR review check documentation updates as well as code changes?

Automated PR review analyzes both code changes and related documentation updates. The multi-agent workflow evaluates diffs and docs in parallel, ensuring comprehensive coverage and adherence to project standards across all modified files in the pull request.

Do I need GitHub authentication to run multi-agent pull request reviews?

GitHub authentication is required to run multi-agent pull request reviews. The workflow needs access to the PR diffs and comments to perform parallel analysis and post structured inline feedback back to the repository.

Can I use multi-agent code review for standard PRs with diffs and comments?

Multi-agent code review is designed for standard PRs containing diffs and comments. It applies agent orchestration to analyze changes, check CLAUDE.md adherence, detect bugs, and generate formatted summaries with inline comments for the pull request.

Why use a multi-agent workflow instead of a single pass for pull request code review?

A multi-agent workflow enables distributed, parallel analysis of PR diffs and documentation rather than a single sequential pass. This agent orchestration surfaces higher-signal issues, performs targeted compliance checks, and produces structured inline comments for comprehensive review.