jules_delegate_task
Delegate coding, refactoring, bug-fixing, or documentation tasks to Google Jules, which runs tests, applies changes, and opens a pull request automatically.
Instructions
Delegate an autonomous coding, refactoring, bug-fixing, or documentation task to Google Jules. Jules will spin up a Google Cloud VM sandbox, clone the repo, plan changes, run test commands, apply modifications, and open a Pull Request automatically. Includes prompt boosting & verification contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Task description, problem statement, or engineering requirement. | |
| account_id | No | Optional account override ('thedoctormes' or 'thenovanodes'). Auto-detected from source_name if omitted. | |
| source_name | Yes | Repository identifier (e.g. 'sources/github/TheNovaNodes/zakupki-parser-export' or 'thedoctormes-hue/gxlab'). | |
| target_files | No | Optional list of primary file paths that Jules should focus on. | |
| test_command | No | Optional explicit test command for Jules to run (e.g. 'pytest tests/ -v' or 'npm test'). | |
| auto_create_pr | No | Whether Jules should automatically push commits and open a GitHub PR upon completion. | |
| starting_branch | No | Base branch to clone and build upon (default: 'main'). | main |
| require_plan_approval | No | If true, Jules will pause after generating the plan and await your approval before making changes. |