speckit-review

Coordinate multi-agent code reviews for pull requests with configurable scope.

9|4|Updated May 13, 2025
One-click install
npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-review-opsmill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-review
Source: https://github.com/opsmill/infrahub-mcp/tree/main/.agents/skills/speckit-review
Command: npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-review-opsmill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated, multi-agent pull request reviews that coordinate specialized agents to improve code quality and consistency across a project.

Core Features & Use Cases

  • Orchestrates multiple specialized agents, each focusing on a different aspect of code quality (code, tests, comments, errors, types, and simplification).
  • Supports config-driven scope with optional user overrides to determine which agents run for a given PR.
  • Produces a consolidated, actionable summary and an explicit action plan for reviewers and developers.

Quick Start

Invoke the speckit-review workflow on the current pull request to start the full multi-agent code quality review.

Frequently Asked Questions about speckit-review

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

FAQPage Schema
How do I automate pull request reviews for code quality and tests?

Automated pull request reviews coordinate specialized agents to thoroughly check code, tests, comments, errors, and types across changed files. This multi-agent workflow applies configuration-driven scope to produce a consolidated, actionable summary for developers.

What is a multi-agent workflow for code review?

A multi-agent code review workflow orchestrates specialized agents that each focus on a distinct quality aspect like simplification or error handling. It detects changed files, selects applicable reviews, and produces a structured action plan for reviewers.

Can I control which code quality checks run on a specific pull request?

Yes, code quality checks support config-driven scope with optional user overrides to determine which specialized agents run for a given pull request. This ensures the review scope is controlled by both configuration and explicit user input.

Does multi-agent code review work without external dependencies?

Yes, the multi-agent code review workflow operates without external dependencies or components. It uses an advanced internal design to load configuration, detect changed files, and orchestrate agents entirely within the existing environment.

What is the best way to consolidate feedback from multiple code review agents?

The best way to consolidate multiple code review agents is orchestrating them to produce a single, structured, actionable summary. This workflow generates an explicit action plan, reducing feedback fragmentation for reviewers and developers.

Why use specialized agents for PR reviews instead of a single automated check?

Specialized agents provide thorough quality checks across distinct areas like types, errors, and comments, unlike a single automated check. This multi-agent approach ensures comprehensive coverage and produces a structured summary for better code consistency.