What problem does it solve?
This Skill helps you spot architecture problems in a codebase that create caller burden, weak boundaries, duplicated policy, poor test seams, or runtime friction. It turns broad code inspection into a focused scan for refactor opportunities grounded in shared coding standards.
Core Features & Use Cases
- Standards-backed analysis: Loads the relevant design, boundaries, error-handling, and testing standards before judging a code area.
- Evidence-first candidate ranking: Uses concrete files, call paths, interfaces, and tests to identify real leverage instead of vague cleanup ideas.
- Architecture planning only: Produces ranked refactor candidates and recommends what to explore next without editing code or drafting a full implementation spec.
- Use case: A team wants to understand why a module feels hard to extend, so the Skill scans the repository, isolates the friction, and returns the most valuable refactor directions.
Quick Start
Ask the skill to scan the chosen repository or directory and return a globally ranked list of standards-backed architecture refactor opportunities.