smell_detect_god_classes
Detect god classes in a project directory by flagging classes that exceed method counts, exposing violations of the Single Responsibility Principle.
Instructions
Find classes with too many responsibilities that violate the Single Responsibility Principle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| directory | Yes | Project directory to scan | |
| max_methods | No | Maximum methods before flagging a class |