rush_simplify
Identify overly complex functions in a file and break them into modular helpers. Set a max complexity threshold to control refactoring scope.
Instructions
Decompose high-complexity functions into modular helpers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| max_complexity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |