reversa-inspector

Generate parity specifications and executable tests for legacy-to-modern system migrations.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-inspector-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-inspector
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-inspector
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-inspector-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Reversa Inspector helps engineering teams prove that the new system preserves the behavior of the legacy system at key migration points, by defining adaptable parity criteria and producing parity artifacts (parity_specs.md and parity_tests/*.feature) to guide validation.

Core Features & Use Cases

  • Defines and generates parity specifications (parity_specs.md) and executable parity tests (parity_tests/*.feature) to capture behavioral equivalence.
  • Outputs artifacts to the _reversa_sdd/migration/ directory for traceability and handoff.
  • Supports optional resources (scripts/, references/, assets/) loaded as needed by the workflow described in SKILL.md.

Quick Start

Activate the reversa-inspector and run the parity workflow to generate parity_specs.md and parity_tests.

Frequently Asked Questions about reversa-inspector

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

FAQPage Schema
How do I prove behavioral parity between legacy and modern systems during migration?

Migration parity is proven by defining adaptable parity criteria and generating validation artifacts. This Skill produces parity_specs.md and executable Gherkin feature files to capture behavioral equivalence and guide your validation process.

What is the best way to generate Gherkin feature files for migration parity testing?

The best way to generate Gherkin feature files for migration parity testing is by running the parity workflow, which outputs executable parity_tests/*.feature files. These files capture critical flows to validate behavioral equivalence between systems.

How do I document equivalence specs for a system migration project?

To document equivalence specs for a system migration project, you generate a parity_specs.md file. This Skill automatically creates this document in the _reversa_sdd/migration/ directory to ensure traceability and handoff.

Can I use parity specifications and feature files for critical migration flows?

Yes, you can use parity specifications and feature files for critical migration flows. The workflow applies parity assessment specifically to critical flows, producing artifacts that capture and validate behavioral equivalence.

Where are migration parity artifacts stored for traceability and handoff?

Migration parity artifacts are stored in the _reversa_sdd/migration/ directory. This ensures that your parity_specs.md and parity_tests/*.feature files remain organized for traceability and handoff.

Do I need optional scripts and references to validate behavioral equivalence?

No, you do not need optional scripts and references to validate behavioral equivalence. The core workflow generates required parity artifacts, while scripts, references, and assets are loaded optionally as needed.