code-review-architecture
Installation
SKILL.md
Architecture Audit — Module Dependency Graph
Generates a Mermaid module-dependency graph with severity color-coding from import/include analysis of the project source. Registers the result as a codebase-analysis artifact.
When to Invoke
Invoke when:
- A task explicitly asks for an architecture review, dependency graph, or coupling analysis
- Circular dependencies need to be detected and visualized
- Module-level coupling must be communicated visually to stakeholders
- Running as part of a broader code review that requires structural analysis
Do NOT invoke for:
- Line-level code quality findings — use
dh:code-review-python,dh:code-review-typescript, etc. - Test quality analysis (out of scope for this skill)