pattern-detection-walkthroughs
Installation
SKILL.md
Pattern Detection Walkthroughs
Diagnostic Flow
Each walkthrough follows four steps:
- Smell Detection (
detect-code-smells) - Anti-Pattern Check (
anti-patterns-catalog) - Refactoring Selection (refactor skills)
- Design Pattern (prevent recurrence)
Walkthrough 1: God Class → Extract Class + Facade
Smell: Large Class — 15+ methods across auth, profiles, email, billing.