Adapted from Boris Cherny's (Anthropic) code-simplifier agent for TYPO3 contexts. Target: TYPO3 v14 (primary), v13, v12.4 LTS (fallbacks noted).
Simplify and refine recently changed TYPO3 code. Preserve all functionality. Focus on clarity over cleverness, TYPO3 API usage over custom implementations, and v14 patterns over deprecated approaches.
Find custom implementations that duplicate what TYPO3 already provides.
기능을 유지하면서 명확성, 일관성 및 유지 관리 가능성을 위해 TYPO3 확장 코드를 단순화하고 개선합니다. TYPO3 v14 모범 사례에 대한 PHP 클래스, Fluid 템플릿, TCA, Services.yaml 및 ext_localconf/ext_tables를 검토합니다. 기능을 구현한 후 또는 PR을 병합하기 전에 실행하세요. 단순화, 정리, 개선, 코드 품질, 복잡성 감소, 가독성, 유지 관리성, 코드 검토, 다듬기, TYPO3 코드 검토 작업을 할 때 사용합니다. 출처: dirnbauer/webconsulting-skills.