staged-review-validator

Validate staged-changes-review report items against the current repository state.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Adonis0123/adonis-skills --skill staged-review-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staged-review-validator
Source: https://github.com/Adonis0123/adonis-skills/tree/main/.agents/skills/staged-review-validator
Command: npx skills add https://github.com/Adonis0123/adonis-skills --skill staged-review-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Validates existing staged-changes-review findings to ensure each issue is real, actionable, and supported by evidence, without triggering a full re-scan.

Core Features & Use Cases

  • Parses a staged-changes-review report and computes verdicts (true, false, or pending) with concise guidance.
  • Verifies each item against the current repository state, confirms fixes or missing context, and surfaces actionable recommendations for next steps.
  • Ideal for teams performing rapid governance, QA gating, or pre-merge validation where a prior review exists.

Quick Start

Provide the staged-changes-review input and let the validator output verdicts with evidence-backed recommendations.

Frequently Asked Questions about staged-review-validator

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

FAQPage Schema
How do I validate an existing code review report without triggering a full re-scan?

Validating an existing code review report without a full re-scan involves parsing prior findings and computing verdicts against the current repository state. This staged review process confirms whether each issue is real and actionable, producing structured verdicts with minimal-fix guidance.

What is a staged review report for pre-merge checks?

A staged review report for pre-merge checks is a prior analysis of code changes that needs triage. It identifies potential issues in a repository state, which can then be verified for validity and actionability to ensure quality assurance before merging.

How do I verify QA gating findings against the current repository state?

Verifying QA gating findings against the current repository state requires checking each reported item to confirm its validity. This process surfaces actionable recommendations and structured verdicts, confirming whether previously identified issues still exist or have been fixed.

Can I use staged review validation for rapid governance in software engineering?

Staged review validation is ideal for rapid governance in software engineering. It parses prior staged-changes-review reports to confirm issue validity and actionability without triggering a full re-scan, providing evidence-backed recommendations for next steps.

What is the best way to triage pending issues from a staged-changes-review report?

The best way to triage pending issues from a staged-changes-review report is to validate each item against the current code state. This produces structured true, false, or pending verdicts with concise guidance and surfaces recommended edits for minimal fixes.