bitrix
Installation
SKILL.md
Audit — Bitrix Smells
When to use
- The user wants to find agent pile-up (too many or drifting Bitrix agents), component god-objects with business logic in component.php or templates, or leaky module boundaries. Раздувание агентов, god-компоненты и нарушение границ модулей в Битрикс.
- The user wants an audit of an existing 1C-Bitrix project — find legacy/D7 mixing, cache misuse, component god-objects, agent pile-up, or module-boundary smells. Пользователь просит провести аудит Битрикс-проекта и найти проблемы.
- The user wants to find where a Bitrix codebase mixes legacy
C*/$APPLICATION globals with the D7 API, or where caching is misused (no cache, wrong keys, stale tags). Смешение legacy и D7, неправильное кеширование в Битрикс.