What problem does it solve?
This Skill helps developers systematically understand and audit codebases by examining data representations, data flow, and decision logic across modules, enabling faster insights and higher quality.
Core Features & Use Cases
- Multi-perspective analysis: examine data representations (schemas, models), data flow (transformations), and decision logic (validators, branching) across the codebase.
- Parallel subagent support: speeds up large-scale examinations by running data, flow, and decisions analyses concurrently.
- Flexible scoping: target modules, files, or feature areas with guidance on scope resolution and output integration.
- Documentation alignment: helps verify consistency between code behavior and docs, and can feed documentation-generation workflows.
Quick Start
Use the examine skill to audit a module by analyzing data representations, data flow, and decision logic. Example: /examine all src/utils/ to run all three perspectives in parallel.