What problem does it solve?
This Skill identifies structural defects that obscure ownership, weaken module boundaries, create forbidden dependencies, and increase the cost and risk of future changes.
Core Features & Use Cases
- Topology and Ownership Analysis: Reconstruct domains, deployables, runtime units, data ownership, and change boundaries before judging the repository tree.
- Boundary and Dependency Auditing: Detect misplaced files, god-modules, leaky interfaces, import cycles, layer-direction violations, hidden coupling, and unauthorized data access.
- Lifecycle and Evolution Review: Inspect composition, initialization, shutdown, deployment, migration, compatibility, and architecture-enforcement paths for structural failures.
- Evidence-Based Corrections: Classify defects, improvements, intentional constraints, migrations, and unresolved questions while requiring concrete evidence and safe verification.
- Use Case: Apply this Skill when a repository has unclear ownership, recurring cross-module changes, tangled imports, or a directory structure that no longer reflects its architecture.
Quick Start
Use the audit-structure skill to review the repository topology at the specified path and report confirmed structural defects with evidence, safe corrections, and completion status for every applicable review area.