What problem does it solve?
This Skill identifies and categorizes technical drift within a codebase, where the same concept is implemented in multiple inconsistent ways, helping to streamline development and reduce technical debt.
Core Features & Use Cases
- Automated Discovery: Scans code to find all instances of potential drift.
- Variant Categorization: Groups similar implementations into distinct variants.
- Impact Assessment: Rates the severity and scope of each drift area.
- Actionable Recommendations: Provides specific guidance for unification.
- Use Case: When a project has grown organically, different developers might implement similar features (like modals or data fetching) in slightly different ways. This skill helps find all these variations, assess their impact, and suggest a unified approach.
Quick Start
Run a technical drift audit on the current project's codebase.