What problem does it solve?
When a feature keeps breaking, fixing one bug at a time misses the systemic issues. This Skill performs a deep, read-only inspection of an entire feature—mapping its specs, code, tests, and data—then sweeps it with specialized diagnostic lenses so every confirmed defect becomes a registered, traceable bug.
Core Features & Use Cases
- Feature Mapping: Builds a map linking specification sections in
_reversa_sdd/ to implementing code, existing tests, and touched data stores before any analysis begins.
- Parallel Diagnostic Lenses: Runs mandatory lenses (spec conformance, data flow, contracts/integrations, error states, test coverage, concurrency) plus conditional lenses (security, performance, config drift, observability) as parallel subagents.
- Central Bug Registration: Deduplicates findings, applies a strict confirmation criterion, and registers accepted bugs in
_reversa_bugs/<context>/bugs/ with merge-safe IDs and full traceability.
- Use Case: A legacy billing feature keeps producing wrong totals. Run this Skill to map the feature, sweep it with all lenses, and receive a report of findings plus registered bugs ready for fixing with
/reversa-debugger-fix.
Quick Start
Ask the agent to run a deep inspection on the feature that keeps failing, for example: run reversa-depth-inspection on the billing feature.