review

Generate review packs from reviewer reports with verdicts and JSON/YAML outputs.

5|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/GrinRus/ai_driven_dev --skill review-grinrus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/GrinRus/ai_driven_dev/tree/main/skills/review
Command: npx skills add https://github.com/GrinRus/ai_driven_dev --skill review-grinrus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates generation of review packs from reviewer reports to guide remediation and handoff.

Core Features & Use Cases

  • Builds review packs from reviewer reports to capture verdicts, findings, and handoffs for downstream tasks.
  • Validates against the aidd.review_pack.v2 contract, writes review.latest.pack.md, and emits structured JSON/YAML outputs for tooling.
  • Integrates with tests and evidence payloads to surface blockers and recommended next steps.

Quick Start

Run the review_pack script for the active ticket to generate the latest review pack from the reviewer report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I generate a review pack from reviewer reports?

To generate a review pack, run the review_pack script for the active ticket. It reads reviewer outputs, computes verdicts, and writes review.latest.pack.md along with structured JSON/YAML outputs for downstream tooling.

What is a review pack in AI-driven development pipelines?

A review pack is a structured document capturing verdicts, findings, and handoffs from reviewer reports. It summarizes and prioritizes issues, linking them to evidence and tests to guide remediation and downstream tasks.

How does contract validation work for review pack generation?

Contract validation ensures generated review packs conform to the aidd.review_pack.v2 schema. The Skill validates reviewer outputs against this contract before computing verdicts and emitting structured JSON/YAML files for tooling integration.

Does this review workflow tool require specific dependencies to run?

No external dependencies are required to run this review workflow tool. It operates independently to read reviewer reports, validate against the aidd.review_pack.v2 contract, and generate review packs with JSON/YAML outputs.

Can I integrate review pack outputs with tests and evidence payloads?

Yes, the review workflow integrates with tests and evidence payloads to surface blockers and recommended next steps. It reads these payloads alongside reviewer reports to build comprehensive review packs for handoff.

What's the best way to automate review-stage validation and handoffs?

Automating review-stage validation involves running the review_pack script to process reviewer reports, validate against the aidd.review_pack.v2 contract, compute verdicts, and generate review.latest.pack.md with structured outputs for seamless downstream handoffs.