reversa-audit

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

Updated May 5, 2026
One-click install
npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-audit-alexandrepontesjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-audit
Source: https://github.com/AlexandrePontesjr/calculadora-Juridica/tree/main/.agents/skills/reversa-audit
Command: npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-audit-alexandrepontesjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps prevent wasted engineering effort by auditing consistency across active requirements, roadmap, and execution actions, then reporting gaps and conflicts clearly for human resolution.

Core Features & Use Cases

  • Strict cross-document audit: Compares requirements.md, roadmap.md, and actions.md for coverage, consistency, and legacy coherence.
  • Severity-based findings: Classifies issues as CRITICAL, HIGH, MEDIUM, or LOW with an impact-oriented description.
  • Read-only safety guarantee: Enforces that the audited artifacts are never modified; it only writes the audit report file feature-dir/audit/cross-check.md.
  • Operational guardrails: Validates required artifacts exist, reads active state from .reversa/, and applies the standard before-audit flow.
  • Human-ready output: Produces a structured report with a findings table, pass/fail lists by axis, and next-step guidance.

Quick Start

Run reversa-audit for the currently active feature by typing /reversa-audit in the chat.

Frequently Asked Questions about reversa-audit

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

FAQPage Schema
How do I check requirements and roadmap consistency before implementation?

A requirements audit detects coverage gaps and contradictions by cross-checking requirements.md, roadmap.md, and actions.md. It classifies inconsistencies by severity to prevent wasted engineering effort and ensure forward-cycle coherence.

How do I run a cross-check audit for active feature requirements?

Run the audit by triggering the reversa-audit command for the active feature. The process validates that requirements.md, roadmap.md, and actions.md exist, cross-checks them, and writes a structured findings report to the feature directory.

What is the best way to find contradictions between a roadmap and execution actions?

The best way to find roadmap and action contradictions is a severity-based cross-document audit. It compares planned milestones against tracked execution actions, classifying coverage gaps and conflicts as CRITICAL, HIGH, MEDIUM, or LOW for targeted human resolution.

Does a consistency check audit modify the source requirements or roadmap files?

No, a consistency check audit does not modify source requirements or roadmap files. The process enforces a read-only safety guarantee on input documents, writing structured findings and pass/fail lists only to a dedicated audit report file.

What happens if required roadmap or actions artifacts are missing during an audit?

If required roadmap or actions artifacts are missing during an audit, operational guardrails halt the process. The audit validates that all three required documents exist before proceeding to ensure accurate cross-checking and prevent incomplete reporting.

Do I need a state file to audit active feature requirements and actions?

Yes, you need a state file to audit active feature requirements and actions. The audit process reads active feature state and active requirements data to scope the cross-check correctly before generating the findings report.