suggest_code_improvements
Analyze test code against project patterns and suggest targeted improvements for better test quality.
Instructions
Analyze test content and suggest improvements based on project patterns.
Args:
test_content: The test code to analyze
test_suite_path: Path to a suite_* directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_content | Yes | ||
| test_suite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total number of suggestions found | |
| suggestions | Yes | Ordered list of improvement suggestions |