run_workflow
Generate code, run tests with up to 3 retries on failure, commit, push, and open a pull request automatically from a natural language task description.
Instructions
Fully automated workflow: AI generates code, runs tests (retrying up to 3 times on failure), commits, pushes, and opens a PR. Requires ANTHROPIC_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural language description of the feature or fix to implement | |
| branch_name | No | Branch name (default: auto-generated from task) |