check-class-length
Installation
SKILL.md
Class Length Check
Analyze PHP code for class size and cohesion issues.
Detection Thresholds
| Lines | Classification |
|---|---|
| 1-100 | β Ideal |
| 101-200 | β οΈ Acceptable |
| 201-300 | π‘ Large - review needed |
| 301-500 | π Too large - split |
| 501+ | π΄ God class - urgent refactoring |