ah-review-code

Orchestrate parallel subagents to produce a deduplicated code review report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-review-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ah-review-code
Source: https://github.com/arinhubcom/arinhub-dev-skills/tree/main/skills/ah-review-code
Command: npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-review-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates a comprehensive code review by orchestrating multiple review subagents to produce a unified, deduplicated report, reducing manual effort and speeding up feedback.

Core Features & Use Cases

  • Parallel subagent orchestration: code-reviewer, octocode-roast, pr-review-toolkit, and optionally react-doctor along with requirements coverage, all running in parallel to minimize review time.
  • PR and local workflows: supports reviews of GitHub PRs as well as local branch changes without modifying the working tree.
  • Deduplication and formatting: merges findings from all sources into a single structured Issues Table following the project guidelines, with linked file references.
  • Optional React diagnostics: automatically includes React-specific health information when React changes are detected.
  • Requirements coverage: integrates a complete coverage report from the dedicated subagent.

Quick Start

Invoke ah-review-code on a pull request or current branch to generate a deduplicated, multi-source code-review report.

Frequently Asked Questions about ah-review-code

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

FAQPage Schema
How do I automate code reviews for GitHub pull requests?

Automated code reviews for GitHub pull requests run multiple parallel subagents to analyze diffs and produce a unified, deduplicated Issues Table without modifying your working tree.

Can I review local branch changes without pushing a pull request?

Yes, local branch changes can be reviewed directly by generating local diffs and orchestrating subagents to produce a comprehensive, deduplicated issue report without modifying the working tree.

How does parallel subagent orchestration work for code reviews?

Parallel subagent orchestration runs multiple review agents simultaneously to analyze pull request diffs, merging their findings into a single structured report with fingerprint-based deduplication to minimize review time.

Does the code review include diagnostics for React changes?

Yes, React diagnostics are automatically included when React changes are detected in the diff, adding React-specific health information to the final deduplicated code review report.

What is the best way to deduplicate code review findings from multiple sources?

Deduplicating code review findings uses fingerprint-based deduplication to merge results from multiple parallel subagents into a single structured Issues Table with linked file references.

Does the code review report include requirements coverage?

Yes, a dedicated subagent integrates a complete requirements coverage report into the final code review output, running in parallel with other review agents to assess pull request changes.