review

Run five-pass PR reviews and post GitHub comments with a durable report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AIDLC Test gate + Review — runs five review passes (spec, tests, DevOps, UI, security); post feedback as GitHub PR comments; then hand off to /build for triage. Not a substitute for human sign-off.

Core Features & Use Cases

  • Orchestrates five review dimensions as dedicated reviewer roles: Tech Spec compliance, Practical Testing sufficiency, DevOps rollout and monitoring, Frontend/UX validation, and Security review.
  • Outputs actionable feedback directly on the open PR and mirrors a durable review report at feature/<slug>/review-report.md for traceability and handoff.
  • Integrates with inputs such as tech-spec.md, open PR URL/number, and CI results to guide triage and ensure CI green status.
  • Used within the AIDLC workflow to gate changes before the build phase and to coordinate handoffs to the build orchestrator.

Quick Start

Run a full AIDLC review on the open PR and post comments for Tech Spec, Testing, DevOps, Frontend, and Security, plus a durable review-report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate PR review across multiple checks like testing and security?▼

Automated PR review runs five passes across Tech Spec, testing, DevOps, frontend, and security dimensions, posting feedback as GitHub PR comments and mirroring a durable review report for traceability.

What is the best way to gate pull requests after build and test in a CI-CD workflow?▼

Gating pull requests after Build+Test involves evaluating CI results, tech-spec.md inputs, and PR URLs to generate structured recommendations and blockers, coordinating handoffs to the build orchestrator before changes proceed.

Does the automated review workflow handle DevOps rollout and frontend validation?▼

Yes, the automated review workflow includes dedicated reviewer roles for DevOps rollout and monitoring as well as frontend and UX validation, ensuring comprehensive coverage alongside spec, testing, and security checks.

Can I use CI results and tech-spec.md as inputs for PR review gates?▼

Yes, PR review gates integrate directly with CI results, tech-spec.md, and open PR URLs or numbers to guide triage, ensuring CI green status and evaluating compliance across all five review dimensions.

When should I not use automated PR review gates?▼

Automated PR review gates should not be used as a substitute for human sign-off, as the five-pass review mechanism generates recommendations and blockers to assist triage rather than replacing final approval.