analyze_code_quality
Analyze Python code for style, maintainability, performance, and best practices compliance. Generate actionable insights to improve code quality and ensure adherence to standards.
Instructions
Deep code quality analysis including style, maintainability, performance, and best practices compliance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code to analyze for quality issues | |
filename | No | Name of the file (optional) | unknown.py |
includeMaintainability | No | Include maintainability and documentation checks | |
includeStyle | No | Include style and naming convention checks |