retry_fix_with_tests
Runs tests, applies patches on failure, and retries until tests pass or retries are exhausted to fix code issues.
Instructions
Helper tool for Claude to manage test-fix loops. Claude should:
Call run_tests
If failed, generate a patch and apply_patch
Repeat until success or retries exhausted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| max_retries | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||