code-review

Automate GitHub PR reviews with parallel agents against CLAUDE.md guidelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill code-review-wesleymfrederick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/WesleyMFrederick/cc-workflows-plugin/tree/main/src-claude/skills/anthropic-pr-code-review
Command: npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill code-review-wesleymfrederick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive PR reviews by orchestrating multiple agents to evaluate changes against CLAUDE.md guidelines, detect bugs, and summarize impact.

Core Features & Use Cases

  • Multiple parallel agents (CLAUDE.md compliance, bug detection, and historical context) provide thorough review.
  • Confidence-based scoring with a threshold (default 80) to filter low-confidence findings.
  • Detailed review comments with code links and context, and support for PR workflow integration.
  • Reuse CLAUDE.md guidelines to guide automated reviews and ensure consistent standards.
  • Works with GitHub pull requests to streamline code quality and compliance checks.

Quick Start

Run /code-review on a pull request to generate an automated, high-confidence code review.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews using CLAUDE.md guidelines?

You can automate pull request reviews by orchestrating multiple parallel agents that evaluate changes against CLAUDE.md guidelines, detect bugs, and summarize impact. Running a review command on a GitHub PR generates structured, high-confidence issue reports based on your existing standards.

What is the best way to ensure consistent code quality checks on GitHub pull requests?

Ensuring consistent code quality is best achieved by reusing CLAUDE.md guidelines to direct automated reviews. This applies explicit compliance checks to GitHub pull requests of any size, focusing on non-trivial changes where code quality matters most.

Do I need a CLAUDE.md file to run automated code reviews?

Yes, a CLAUDE.md file is required. The CLAUDE.md guidelines must be present in the repository to provide explicit checks, enabling agents to evaluate guideline compliance during the pull request review process.

How does a multi-agent code review handle large pull requests?

Multi-agent code review handles large pull requests by coordinating parallel agents for CLAUDE.md compliance, bug detection, and historical context. It applies a confidence threshold, defaulting to 80, to filter low-confidence findings and produce high-confidence issue reports.

Can I adjust the confidence threshold for bug detection findings in PR reviews?

Yes, the confidence threshold for bug detection findings can be adjusted from its default of 80. This threshold filters out low-confidence findings, ensuring only high-confidence issues are included in the structured review reports.

What limitations exist when automating git blame and historical context for code reviews?

A limitation is that automated reviews focus on non-trivial changes where guideline compliance matters, requiring CLAUDE.md guidelines for explicit checks. Without these guidelines, the historical context and bug detection agents cannot perform explicit compliance evaluations.