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.