agent-reviewer

Run CI checks and trace code against an approved Tech Spec.

8|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-reviewer-queen-of-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-reviewer
Source: https://github.com/queen-of-code/AI-DLC/tree/main/plugins/ai-dlc-skills/skills/agents/agent-reviewer
Command: npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-reviewer-queen-of-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Review Orchestrator eliminates slow, unfocused human reviews by performing mechanical validation ahead of a human sign-off, surfacing CI failures, implementation gaps against the Tech Spec, and regressions so reviewers can act efficiently.

Core Features & Use Cases

  • CI Gate Enforcement: Runs and summarizes build, test, lint, security scan, and coverage gates and blocks approval if any critical check fails.
  • Spec Coverage Tracing: Traces implementation against each Tech Spec section and reports covered/partial/missing items with evidence pointers.
  • Regression & Contract Checks: Detects regressions in adjacent areas and verifies API contracts, producing severity-ranked concerns and a recommended action.
  • Use Case: Run as a pre-merge reviewer on pull requests to produce a CI status summary, section-by-section coverage table, and a recommended approve/request changes decision for the human reviewer.

Quick Start

Ask the Review Orchestrator to analyze the implementation artifacts, CI results, and the approved Tech Spec and produce a structured review report with CI status, a section-by-section coverage table, a list of concerns by severity, and a recommended action.

Frequently Asked Questions about agent-reviewer

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

FAQPage Schema
How do I automate pre-merge code review against an approved Tech Spec?

Spec coverage tracing validates implemented code against an approved Tech Spec by reporting covered, partial, and missing items with evidence pointers, producing a section-by-section coverage table for human reviewers.

How does CI gating enforce quality checks before a release?

Regression and contract checks detect regressions in adjacent areas and verify API contracts by running automated validation, producing severity-ranked concerns and a clear recommended action for human reviewers.

What is the best way to summarize spec coverage for human sign-off?

Pre-merge review workflows produce a structured review report with CI status, section-by-section coverage, severity-ranked concerns, and a clear recommendation within configured timeouts.

Why does pre-release review block approval when critical CI checks fail?

Pre-merge review workflows require CI status summaries, section-level coverage reports, severity-ranked concerns, and a clear approve or request-changes recommendation to complete within configured timeouts.