code-review

Coordinate multiple specialized agents to review pull requests and feature branches.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/JonnyCBB/claude-code-config --skill code-review-jonnycbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/JonnyCBB/claude-code-config/tree/main/plugins/jbb-feature-dev/skills/code-review
Command: npx skills add https://github.com/JonnyCBB/claude-code-config --skill code-review-jonnycbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating thorough code reviews across multiple specialized agents is time-consuming and error-prone; this Skill automates that process, surfacing defects, security concerns, and quality improvements without modifying the source code.

Core Features & Use Cases

  • Bug detection through bug-catcher
  • Security analysis via security-reviewer (OWASP)
  • Code simplification checks by language reviewers
  • Test quality assessment by test reviewers
  • Holistic review from domain agents
  • Post-review pipeline: review-calibrator and review-deduplicator (replaces /pr-review)
  • Use cases include PRs and feature branches in software projects requiring multi-dimensional feedback across engineering disciplines.

Quick Start

Provide a PR number or branch name to begin a comprehensive, multi-agent code review without applying any code changes.

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 for pull requests?

Automated multi-agent code reviews coordinate specialized agents to analyze pull requests and feature branches for bugs, security flaws, and quality issues. You provide a PR number or branch name to trigger parallel analysis without modifying source code.

Can automated code review detect OWASP security vulnerabilities in my PR?

Automated code review can detect OWASP security vulnerabilities using a dedicated security-reviewer agent. This agent runs in parallel during the review phase to analyze pull requests for security concerns alongside bug detection and quality checks.

What is the best way to check test quality and code simplification in a pull request?

Checking test quality and code simplification is best handled by parallel specialized agents during an automated code review. Language-specific reviewers assess simplification opportunities while test reviewers evaluate test quality across the provided feature branch.

How does a multi-agent code review deduplicate findings from different reviewers?

Multi-agent code review deduplicates findings using a post-review pipeline with a calibration phase. After parallel agents generate results, a standardized finding schema merges and removes duplicate issues to produce a consolidated review report.

Does automated code review modify my source code during the analysis?

Automated code review does not modify source code during analysis. The multi-agent process surfaces defects, security concerns, and quality improvements by reading the pull request context, leaving the original codebase untouched.

What context does a multi-agent code review need to start analyzing a feature branch?

Multi-agent code review needs a pull request number or branch name to start analyzing a feature branch. Phase one of the workflow gathers the necessary context before dispatching parallel agents for bug detection and security analysis.