bob:code-review

Coordinate multi-agent code review workflows across review, fix, test, and monitor phases.

9|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/mattdurham/bob --skill bob-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bob:code-review
Source: https://github.com/mattdurham/bob/tree/main/skills/code-review
Command: npx skills add https://github.com/mattdurham/bob --skill bob-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end code review workflows by coordinating multiple specialized agents to review, critique, fix, and validate code changes across the development lifecycle.

Core Features & Use Cases

  • End-to-end review orchestration across the REVIEW, FIX, TEST, and MONITOR phases, with loopbacks on issues.
  • Parallel, multi-agent analysis including code quality, security, performance, and documentation reviews.
  • Consolidated reporting and automated commits when issues are resolved or halts when blockers exist.

Quick Start

Invoke the code-review skill with a new feature request to start the code-review loop and coordinate reviews, fixes, and validation.

Frequently Asked Questions about bob:code-review

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

FAQPage Schema
How do I automate code reviews across multiple branches using a multi-agent workflow?

Multi-agent code review works by coordinating specialized agents across INIT, REVIEW, FIX, TEST, and MONITOR phases to analyze code changes in parallel. This orchestration identifies issues, applies fixes, runs validation, and generates consolidated reports for continuous integration feedback.

Can I integrate automated code review orchestration into my CI-CD pipeline for quality assurance?

Yes, automated code review orchestration integrates into CI-CD pipelines by applying quality gates and providing feedback on code changes. It coordinates multi-agent analysis across branches to ensure software quality before validating and committing updates.

What is the best way to coordinate code fixes and validation after identifying review issues?

The best way to coordinate fixes is through an end-to-end review loop that handles REVIEW, FIX, TEST, and MONITOR phases with automated loopbacks. Specialized agents critique issues, apply fixes, and validate changes before proceeding to automated commits.

Does multi-agent code review support parallel analysis for security and performance checks?

Yes, multi-agent code review supports parallel analysis for code quality, security, performance, and documentation reviews. This coordination allows multiple specialized agents to evaluate different aspects of the code changes simultaneously for comprehensive coverage.

What happens when automated code review encounters blockers during the validation phase?

When automated code review encounters blockers during validation, the workflow halts to prevent faulty commits. The orchestration loopbacks on issues during the FIX and TEST phases, only proceeding to automated commits when all blockers are resolved.

When do I need end-to-end code review orchestration for my software development workflow?

You need end-to-end code review orchestration when your software development team requires automated, multi-agent reviews at scale. It is designed for workflows needing background task execution, phase coordination, and consolidated reporting across the development lifecycle.