Skip to main content

architecture-audit

Audit a codebase for shallow modules — places where the interface is nearly as complex as the implementation, where understanding one concept requires bouncing between many small files, where pure functions were extracted just for testability but the real bugs hide in how they're called, or where tightly-coupled modules leak across their seams. Surface them as deepening opportunities (refactors that turn shallow modules into deep ones), apply the deletion test, and walk the design tree with the user. Supports parallel sub-agent fanout for 'Design It Twice'-style interface exploration. Use whenever the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, identify shallow abstractions, make a codebase more testable, or hits you with phrases like 'where can we refactor', 'find architecture friction', 'this code feels over-abstracted', 'help me deepen modules', or 'audit my codebase'.

Jump to install

Source facts

Repository
MKAbuMattar/skills
Last source activity
July 26, 2026 at 13:59
Detected SKILL.md language
English
Stars
1
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.