reversa-quality

Audit feature requirements against a quality template and produce a requirements-audit.md report.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Rdinda/FMA_Pontos --skill reversa-quality-rdinda
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-quality
Source: https://github.com/Rdinda/FMA_Pontos/tree/main/.agents/skills/reversa-quality
Command: npx skills add https://github.com/Rdinda/FMA_Pontos --skill reversa-quality-rdinda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It checks whether the feature requirements are written clearly enough to be turned into a plan and code without ambiguity or rework.

Core Features & Use Cases

  • Requirements textual clarity audit: Verifies prose quality, coherence, and completeness of the active feature's requirements.
  • Category-based findings: Produces audit items focused on clarity, consistency, scenario coverage, edge cases, jargon avoidance, and principle alignment.
  • Actionable review output: Reports a pass/fail verdict and the top failing items, without modifying the requirements file.

Quick Start

Use the reversa-quality skill to audit the active feature's requirements before running planning by typing "/reversa-quality".

Frequently Asked Questions about reversa-quality

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

FAQPage Schema
How do I audit feature requirements for clarity before planning?▼

To audit feature requirements for clarity before planning, you can use a requirements audit tool that reads your active requirements.md file, evaluates it against a quality template, and generates a report with category-scoped findings and a pass/fail verdict.

What is a requirements quality audit and when do I need one?▼

A requirements quality audit evaluates the textual clarity, consistency, and completeness of written feature requirements. You need one before converting requirements into a plan and code to prevent ambiguity and avoid downstream rework.

How do I check if my requirements have enough Gherkin scenario coverage?▼

To check Gherkin scenario coverage, an audit tool evaluates your requirements document against category-based criteria including scenario coverage, edge cases, and consistency, then outputs a report listing any missing coverage items.

Does the requirements audit modify the original requirements file?▼

No, the requirements audit does not modify the original requirements.md file. It reads the active feature requirements, analyzes them against a quality template, and atomically persists the findings into a separate requirements-audit.md report.

What categories are checked during a requirements consistency check?▼

A requirements consistency check evaluates clarity, consistency, scenario coverage, edge cases, jargon avoidance, and principle alignment. It produces a report containing 10 to 30 category-scoped items with a final pass or fail verdict.

Can I use a requirements audit for forward-cycle quality checks?▼

Yes, you can use a requirements audit for forward-cycle quality checks by reading the active feature directory and evaluating the requirements.md file against a quality template to determine planning readiness before development begins.