review

Validate code implementations against specs, governance documents, and completeness criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/macollins27/guardrails-plugin --skill review-macollins27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/macollins27/guardrails-plugin/tree/main/skills/review
Command: npx skills add https://github.com/macollins27/guardrails-plugin --skill review-macollins27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a rigorous, multi-perspective review of a completed feature by running three parallel agents to verify specification conformance, governance/document compliance, and overall completeness, ensuring nothing is overlooked before release.

Core Features & Use Cases

  • Parallel assessment by three agents: spec compliance, truth document compliance, and completeness checks.
  • Generates two reports: a user-friendly plain-English summary and a technical report with file:line references.
  • Integrates into the release workflow by gating the feature with a final quality check before presenting executive results.

Quick Start

Start the review workflow after implementing a feature by invoking the /guardrails:review command to trigger the three-agent parallel assessment.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review against feature specifications and documentation?

Automate code review by dispatching parallel agents to verify spec compliance, truth document conformance, and completeness. This multi-perspective assessment validates implementations against governance documents and feature specifications, generating structured PASS or FAIL results.

What is a parallel agent code review workflow?

A parallel agent code review workflow dispatches three agents simultaneously to validate spec compliance, truth document compliance, and completeness. It collects structured PASS/FAIL results, produces technical reports with file:line references, and applies a final quality gate before release.

How do I run a quality gate check before releasing a feature?

Run a quality gate check by invoking the review workflow to trigger the three-agent parallel assessment. The agents evaluate specification conformance, governance compliance, and completeness, producing executive results that determine whether the feature passes the final quality gate.

Can I generate technical code review reports with file and line references?

Yes, you can generate technical code review reports with file:line references. The parallel assessment produces both a user-friendly plain-English summary and a detailed technical report mapping spec compliance and completeness findings directly to specific file locations.

Does parallel code review work for checking truth document compliance?

Yes, parallel code review includes a dedicated agent for checking truth document compliance. Agent 2 specifically validates implementations against loaded truth documents and governance artifacts alongside spec compliance and completeness checks.

When should I use a multi-agent code review instead of a standard review?

Use a multi-agent code review when verifying a completed feature requires rigorous governance compliance and completeness checks before release. It ensures nothing is overlooked by evaluating spec compliance, truth document conformance, and completeness simultaneously through parallel agents.