code-reviewer

Automate code review with four parallel agents and confidence scoring.

145|21|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill code-reviewer-alfredolopez80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/alfredolopez80/multi-agent-ralph-loop/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill code-reviewer-alfredolopez80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the code-review process by leveraging the Claude Code plugin with four parallel agents to detect issues, enforce coding standards, and deliver actionable feedback, accelerating PR cycles.

Core Features & Use Cases

  • Multi-agent parallel review: four agents analyze code changes concurrently to surface issues faster.
  • Confidence scoring and prioritization: combined results and agent-level confidence guide reviewers to the most critical findings.
  • Auto-skip closed/draft PRs: automatically ignore PRs that are not ready for review to save time.
  • Direct GitHub links: provide direct references to code locations in the repository for quick navigation.

Quick Start

Run the code-review command to initiate a parallel review on the current branch.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code reviews for pull requests using Claude Code?

Automate code review by running the code-review command to initiate parallel-agent analysis on the current branch. The Claude Code plugin deploys four concurrent agents to detect issues and enforce coding standards across pull requests.

How does parallel-agent code review work to speed up feedback on git branches?

Parallel-agent code review deploys four agents concurrently to analyze code changes. This multi-agent approach surfaces issues faster and delivers confidence scoring to guide reviewers to the most critical findings.

Can I use automated code review to skip closed or draft pull requests?

Automated code review can auto-skip closed or draft pull requests. The system automatically ignores PRs that are not ready for review to save time and focus only on active code changes.

Does the parallel code review provide direct links to locations in a GitHub repository?

Parallel code review provides direct GitHub links. These references point to exact code locations within the repository, enabling quick navigation to actionable feedback.

What is the best way to prioritize code review findings across multiple git branches?

The best way to prioritize findings is using confidence scoring. Combined results and agent-level confidence scores guide reviewers directly to the most critical issues identified during the code review.

Do I need Claude Code to run automated parallel code reviews on my repository?

Claude Code is required to run these automated parallel code reviews. The Skill leverages the Claude Code plugin to execute its four concurrent agents for analyzing pull request changes.