What problem does it solve? When a feature keeps producing recurring problems, fixing one bug at a time is not enough. This Skill performs a deep, systematic inspection of an entire feature—mapping its specification, code, tests, and data—then sweeps it with specialized lenses to surface every confirmed defect as a registered, traceable bug, without ever modifying project code. ## Core Features & Use Cases - Feature Mapping: Builds a map linking spec sections (including active addenda) to implementing code, existing tests, and touched data stores before any analysis begins. - Parallel Specialized 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 when supported. - Confirmed-Bug Registration: Deduplicates findings against the existing bug catalog, applies a strict confirmation criterion, and registers accepted bugs in _reversa_bugs/<context>/bugs/ with merge-safe IDs and full traceability. - Use Case: A registration feature in a Reversa-framework project keeps failing in production. Run this Skill to map the feature, sweep it with all lenses, and receive a report of findings with confidence levels plus newly registered bug IDs ready for fixing. ## Quick Start Ask the agent to run a deep inspection on the feature that keeps causing problems, naming the target feature or choosing it from the offered list.