quality-review

Evaluate code changes against AGENTS.md quality criteria and generate a consolidated report.

259|24|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ReviewStage/stage-cli --skill quality-review-reviewstage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-review
Source: https://github.com/ReviewStage/stage-cli/tree/main/.agents/skills/quality-review
Command: npx skills add https://github.com/ReviewStage/stage-cli --skill quality-review-reviewstage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quality Review automates the evaluation of code changes against AGENTS.md implementation quality standards, enabling teams to run a structured, automated review and generate a consolidated report.

Core Features & Use Cases

  • Parse criteria from AGENTS.md and map each bullet under ## Implementation Quality to an individual review criterion.
  • Dispatch parallel Task agents (one per criterion) within a single message to maximize efficiency.
  • Triage raw findings to drop false positives, duplicates, and contradictions, then compile a clean, summarized report.
  • Use Case: teams performing implementation quality reviews can automatically generate structured feedback aligned to project standards.

Quick Start

Run the skill against a repository to generate a structured AGENTS.md quality-review report.

Frequently Asked Questions about quality-review

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

FAQPage Schema
How do I automate code reviews against AGENTS.md quality standards?

You can automate AGENTS.md code reviews by using a skill that parses the Implementation Quality section and dispatches parallel agents per criterion to evaluate changes. It triages raw findings and compiles a final summary table, providing structured feedback aligned to your project standards.

What is the best way to triage code review findings for false positives?

The best way to triage code review findings is to use an automated skill that filters raw results to drop false positives, duplicates, and contradictions. This skill performs that triage automatically after parallel agents evaluate your changes, compiling a clean, summarized report.

Do I need an AGENTS.md file to run automated implementation quality reviews?

Yes, an AGENTS.md file is required to run automated implementation quality reviews. The skill specifically parses the Implementation Quality bullets from your repository's AGENTS.md file to map each bullet to an individual review criterion for the parallel agent evaluation.

How does multi-agent dispatch work for quality review tasks?

Multi-agent dispatch for quality review works by sending a single message that assigns a dedicated Task agent to each criterion in parallel. This maximizes efficiency by evaluating all AGENTS.md Implementation Quality criteria simultaneously before the results are triaged and compiled.

Can I use distributed agents to evaluate code changes for a large project?

Yes, you can use distributed agents to evaluate code changes for large projects. This skill dispatches a dedicated agent per criterion in parallel within a single message, allowing multiple AGENTS.md quality checks to run simultaneously and efficiently scale the review process.