aw-review-quality-gate

Validate code review findings for correctness, relevance, and accuracy.

7|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mthines/agent-skills --skill aw-review-quality-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aw-review-quality-gate
Source: https://github.com/mthines/agent-skills/tree/main/skills/aw-review-quality-gate
Command: npx skills add https://github.com/mthines/agent-skills --skill aw-review-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers verify that review findings are meaningful, precise, and free of false positives, enhancing review quality and reducing errors.

Core Features & Use Cases

  • Validation of findings: Checks each review entry for actionability, evidence, location accuracy, and redundancy.
  • Quality assurance: Detects false positives and miscalibrated severity levels, ensuring only valid issues are reported.
  • Use Case: A developer runs this check after generating code review comments to confirm all identified issues are valid and properly localized before sharing with the team.

Quick Start

Run this skill on your review findings list to filter out invalid or duplicated issues before finalizing the report.

Frequently Asked Questions about aw-review-quality-gate

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

FAQPage Schema
How do I validate code review findings for accuracy and actionability?

To validate code review findings, you can run a rule-based check that filters out false positives, duplicates, and miscalibrated severity levels. This ensures only accurate and actionable issues are communicated to your team.

What is the best way to filter false positives from code review comments?

Filtering false positives from code review comments involves checking each entry for evidence, location accuracy, and redundancy. A quality assurance validation step can automatically flag and remove invalid findings before finalizing the report.

Do I need external dependencies to run validation on code review findings?

No, you do not need external dependencies to run validation on code review findings. The process performs rule-based checks natively to detect invalid issues without requiring additional packages or environment setup.

When do I need to run a quality assurance check on code review findings?

You need to run a quality assurance check after generating review findings across a codebase and before sharing them with your team. This verifies that all identified issues are properly localized, valid, and actionable.

Can I use rule-based validation to detect duplicated code review issues?

Yes, you can use rule-based validation to detect duplicated code review issues. The validation process checks each review entry for redundancy, ensuring only unique and meaningful findings are reported.

Why are my code review findings being flagged as unactionable?

Code review findings are flagged as unactionable when they lack sufficient evidence, have inaccurate location data, or represent false positives. Validation checks review these criteria to ensure only true issues proceed.