refactoring
Installation
SKILL.md
Audit — Refactoring Smells
When to use
- Пользователь просит провести аудит рефакторинга проекта на PHP — найти god-классы, мёртвый код, циклические зависимости, дублирование и непокрытые тестами горячие пути, и оценить находки. Аудит рефакторинга, а не Laravel или Битрикс.
- The user wants a refactoring audit of an existing PHP codebase — find god classes, circular dependencies, dead code, copy-paste duplication, or untested hot paths.
- The user wants to locate copy-paste duplication, dead or unreachable code, or oversized classes and methods across a PHP project.
- The user asks which refactors matter most, wants technical debt quantified, or needs a prioritised backlog of structural cleanups for a legacy PHP project.