reversa-quality

Audit feature requirements prose for ambiguity, missing sections, and inconsistent terminology.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-quality
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-quality
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It improves requirement writing so the next planning and implementation steps don’t stall due to ambiguity, missing sections, or inconsistent terminology.

Core Features & Use Cases

  • Text clarity auditing: checks whether sentences have a clear subject, verb, and single meaning.
  • Requirements completeness validation: verifies that required template sections are filled in.
  • Consistency and scenario coverage: evaluates glossary term usage consistency and whether happy paths, unhappy paths, and edge cases are expressed in Gherkin.
  • Principles alignment: ensures each rule respects the project’s principles file.

Quick Start

Use reversa-quality when you are about to plan and want an audit of the active feature’s requirements.md to reduce rework.

Frequently Asked Questions about reversa-quality

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

FAQPage Schema
How do I audit requirements prose for ambiguity before planning?

To audit requirements for clarity, this Skill validates that sentences have a clear subject, verb, and single meaning. It reads your active feature requirements and generates a report flagging ambiguous text before you proceed to planning.

How do I validate that requirements cover edge cases and unhappy paths?

To validate requirements coverage, this Skill checks whether happy paths, unhappy paths, and edge cases are expressed in Gherkin. It evaluates scenario coverage within your requirements document to ensure all critical paths are documented.

What is a quality gate for feature requirements documentation?

A quality gate for feature requirements documentation is an automated checkpoint that verifies text clarity, template completeness, and terminology consistency before planning. This Skill applies that gate to ensure requirements are actionable without retraining.

How do I check if my requirements document has missing template sections?

To check for missing template sections, this Skill validates that all required sections in your requirements document are filled in. It reads the active feature requirements and reports any incomplete sections in the generated audit file.

Can I use Gherkin scenarios to verify requirements consistency and terminology?

Yes, you can use Gherkin scenarios alongside this Skill to verify consistency. It evaluates glossary term usage consistency across your requirements and ensures each rule respects the project's principles file before generating the audit report.

What's the best way to ensure requirements are suitable for turning into an actionable plan?

The best way to ensure requirements are actionable is to run a pre-planning audit that detects ambiguity, missing sections, and inconsistent terminology. This Skill writes a requirements-audit report to your feature directory to prevent rework downstream.