code-review

Automate structured multi-agent code review for GitHub PRs and local diffs.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/monkerek/vibe-hub --skill code-review-monkerek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/monkerek/vibe-hub/tree/main/.vibe/skills/code-review
Command: npx skills add https://github.com/monkerek/vibe-hub --skill code-review-monkerek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a structured, multi-agent code review of PRs and local diffs to provide balanced, actionable feedback before merging.

Core Features & Use Cases

  • CLAUDE.md compliance checks: verify that changes adhere to project guidelines across related CLAUDE.md files.
  • Bugs, correctness & idioms: identify obvious defects, improper language usage, and risky patterns in the changed code.
  • Architecture & testing readiness: assess design, testing coverage, and production-readiness of the changes.

Quick Start

Invoke the code-review skill against the target PR or diff to receive a structured, agent-powered feedback report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a GitHub pull request?

You can automate code review for a GitHub pull request by invoking this Skill against the target PR to coordinate multi-agent checks for CLAUDE.md compliance, bugs, architecture, and optimization, returning a structured feedback report.

What is multi-agent review automation for local diffs?

Multi-agent review automation for local diffs applies coordinated agents to assess code correctness, idioms, and production readiness, classifying issues by severity and validating them to ensure balanced, actionable feedback before merging.

How do I check pull requests for CLAUDE.md compliance?

To check pull requests for CLAUDE.md compliance, the Skill verifies that code changes adhere to project guidelines across related CLAUDE.md files, coordinating this check alongside bug detection and architecture assessment.

Does this code review automation work with local diffs and GitHub PRs?

Yes, this code review automation works with both GitHub PRs and local diffs, orchestrating structured checks for bugs, design flaws, and testing readiness across the provided code changes.

How are code review issues classified by severity?

Code review issues are classified by severity through a validation process that coordinates multiple agents to identify defects, assess architecture, and report actionable fixes alongside noted strengths.

Can I assess production readiness and testing coverage during a pull request review?

Yes, you can assess production readiness and testing coverage during a pull request review because the Skill orchestrates agents to evaluate design, testing readiness, and risky patterns in the changed code.