review-team

Coordinate a team-based PR review with adversarial cross-examination and structured JSON output.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/damaverick/wp-qa-skills --skill review-team-damaverick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-team
Source: https://github.com/damaverick/wp-qa-skills/tree/main/skills/review-team
Command: npx skills add https://github.com/damaverick/wp-qa-skills --skill review-team-damaverick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate a team-based PR review using Agent Teams to generate robust, adversarially-filtered feedback and a final, concise report.

Core Features & Use Cases

  • Team orchestration: Spawns 5 roles (4 specialists + 1 Devil's Advocate) to analyze a PR from multiple perspectives.
  • Conformance & evidence: Collects findings with structured evidence, validates against project conventions, and surfaces high-confidence issues.
  • End-to-end review workflow: From PR diff ingestion to final synthesis, including cross-examination and defense responses.

Quick Start

Instruct Claude to initiate a PR review using the review-team skill on a chosen PR URL or number.

Frequently Asked Questions about review-team

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

FAQPage Schema
How do I automate a GitHub PR review with multiple agents?

Automate a GitHub PR review by ingesting the PR diff, ticket context, and project conventions to spawn a coordinated agent team. This workflow generates a structured JSON report with confidence-rated findings and a final synthesis.

What is a Devil's Advocate cross-examination in code review?

Devil's Advocate cross-examination in code review is an adversarial filtering mechanism where one agent challenges findings from specialist agents. This surfaces only high-confidence issues by validating evidence against project conventions.

How do I structure PR review findings into a JSON report?

Structure PR review findings into a JSON report by applying the PR diff and project conventions to a team orchestration workflow. The process outputs confidence-rated findings and a final synthesis ready for user consumption.

Can I use agent teams to inspect a pull request for convention conformance?

Yes, you can use agent teams to inspect a pull request for convention conformance. The workflow spawns five roles, including four specialists and one Devil's Advocate, to validate code changes against established project conventions.

Does team-based PR review work without external dependencies?

Team-based PR review operates without external dependencies, relying entirely on internal agent orchestration. It ingests PR diffs, ticket context, and project conventions to generate structured findings and a final synthesis report.

What's the best way to filter false positives in automated code review?

The best way to filter false positives in automated code review is using a Devil's Advocate cross-examination. An adversarial agent challenges specialist findings, validating evidence and confidence ratings before generating the final synthesis.