reversa-audit

Cross-check requirements, roadmap, and actions for coverage gaps and conflicts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users detect and report contradictions and missing coverage across requirements, roadmap, and actions for an active feature, preventing forward work from being based on mismatched or incomplete documentation.

Core Features & Use Cases

  • Strict cross-checking: Compares requirements, roadmap, and actions to ensure coverage, consistency, and coherence with the legacy domain rules.
  • Severity-based reporting: Produces findings labeled CRITICAL, HIGH, MEDIUM, and LOW so humans can prioritize fixes.
  • Read-only safety: Guarantees no modification of the analyzed artifacts and writes results only to the designated audit output file.

Quick Start

Run the reversa-audit skill to audit the active feature by comparing its requirements.md, roadmap.md, and actions.md.

Frequently Asked Questions about reversa-audit

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

FAQPage Schema
How do I audit feature documentation for consistency between requirements and roadmap?

A documentation consistency audit compares requirements, roadmap, and actions files to identify coverage gaps, terminology mismatches, missing identifiers, and unsafe action dependencies. This cross-checking process ensures every requirement and scenario is represented in decisions and actions.

What causes documentation drift in forward-cycle planning workflows?

Documentation drift in forward-cycle planning occurs when requirements, roadmap, and actions artifacts become mismatched or incomplete over time. It is caused by coverage gaps, terminology mismatches, missing identifiers, and legacy rule conflicts that lead to misimplementation of active features.

How do I generate a severity-ranked report for requirements traceability gaps?

Generating a severity-ranked report for requirements traceability involves cross-checking active feature artifacts and labeling findings as CRITICAL, HIGH, MEDIUM, or LOW. The report assigns stable finding IDs to help humans prioritize fixes for documentation inconsistencies and missing coverage.

Does read-only documentation auditing modify the analyzed feature files?

Read-only documentation auditing guarantees no modification of the analyzed requirements, roadmap, and actions artifacts. It verifies artifact existence and active requirements state, writing audit results only to the designated output file at feature-dir/audit/cross-check.md without altering source documents.

When should I run a cross-check audit on active feature documentation?

You should run a cross-check audit on active feature documentation during forward-cycle planning workflows whenever documentation drift might cause misimplementation. It is needed when verifying that each requirement and scenario is represented in downstream decisions and actions before proceeding with development.

Can I detect legacy rule conflicts and unsafe action dependencies across feature docs?

Detecting legacy rule conflicts and unsafe action dependencies across feature docs requires cross-checking requirements, roadmap, and actions artifacts. The audit identifies these inconsistencies alongside coverage gaps and terminology mismatches, generating a severity-ranked report with stable finding IDs for resolution.