review-work-completion

Analyze completed work against PRD requirements using a multi-agent review pipeline.

2|Updated Dec 20, 2020
One-click install
npx skills add https://github.com/buvis/home --skill review-work-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-work-completion
Source: https://github.com/buvis/home/tree/main/.claude/skills/review-work-completion
Command: npx skills add https://github.com/buvis/home --skill review-work-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Multi-agent review of completed work against PRD requirements to validate implementation quality after task completion.

Core Features & Use Cases

  • Independent reviewers analyze changes against PRD criteria; consensus scoring surfaces issues.
  • Generates follow-up tasks and documentation for governance and traceability.
  • Works with PRDs, code diffs, and architecture notes to provide a structured review workflow.

Quick Start

Trigger a review by running the review workflow on a completed task to validate implementation against PRD criteria.

Frequently Asked Questions about review-work-completion

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

FAQPage Schema
How do I review completed work against PRD requirements?

Multi-agent PRD review analyzes completed code changes against PRD criteria using a pipeline of independent reviewers who assess compliance and consolidate consensus scores. It validates implementation quality by checking prerequisites, gathering context, and extracting PRD requirements.

What's the best way to automate code review for PRD compliance?

A multi-agent consensus pipeline automates code review for PRD compliance by deploying independent reviewers to analyze diffs and architecture notes. It surfaces alignment issues through consensus scoring and generates follow-up tasks for governance traceability.

How does multi-agent consensus scoring work for code reviews?

Multi-agent consensus scoring deploys independent reviewers to analyze code changes against extracted PRD criteria, then consolidates their assessments into a unified score. This surfaces compliance issues and alignment gaps by cross-referencing diffs with project requirements.

Can I generate follow-up tasks automatically after a code review?

Yes, the multi-agent review pipeline automatically generates follow-up tasks and documentation based on consensus scoring results. This ensures governance and traceability for completed feature work by creating actionable items from identified PRD compliance gaps.

Do I need architecture notes and code diffs to validate implementation quality?

Architecture notes and code diffs are required as inputs to provide structured context for the multi-agent review workflow. The pipeline uses these alongside PRD requirements to enable independent reviewers to accurately assess implementation compliance and alignment.

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

Use a multi-agent review pipeline when validating complex feature work against strict PRD criteria requires deeper governance and traceability. The consensus mechanism surfaces alignment issues that standard single-reviewer code reviews might miss.