What problem does it solve? When a feature keeps breaking, fixing one bug at a time misses systemic defects. This Skill performs a deep, read-only inspection of an entire feature—mapping its specs, code, tests, and data—then sweeps it with specialized lenses to surface every confirmed defect as a tracked bug. ## Core Features & Use Cases - Feature Mapping: Builds a spec→code→tests→data map of the target feature before scanning, including existing registered bugs to avoid rediscovery. - Parallel Specialized Lenses: Runs six mandatory lenses (spec conformance, data flow, contracts/integrations, error states, test coverage, concurrency) plus conditional lenses for security, performance, config drift, and observability. - Centralized Bug Registration: Deduplicates findings, confirms only observable deviations, and registers accepted bugs serially in _reversa_bugs/<context>/bugs/ with full traceability, plus a consolidated inspection report. - Use Case: A checkout feature keeps failing in production. Run this Skill to map the feature, sweep it with all lenses, and convert confirmed findings into tracked bugs with a report showing suspicious clusters. ## Quick Start Ask the agent to run a deep inspection on the feature that keeps causing problems, for example: "Run a depth inspection on the payment feature and register every confirmed bug."