timps_refactoring_agent
Detect code smells and generate a fully refactored version with a diff summary, complexity scores, and an improvement list to reduce complexity and extract functions.
Instructions
Detect code smells and produce a fully refactored version with a diff summary, complexity scores, and improvement list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Source code to refactor | |
| goals | No | Refactoring goals e.g. ['reduce_complexity', 'extract_functions'] | |
| language | No | Programming language | python |