jules_recipe_dispatch
Dispatch predefined coding chore recipes to a specified GitHub repository and file path, using blueprints like scaffold-unit-test to eliminate prompt ambiguity and complete coding tasks reliably.
Instructions
Dispatch a standardized, high-efficiency chore recipe with pre-tested prompt blueprints (e.g. 'scaffold-unit-test', 'add-strict-types', 'document-endpoints', 'clean-dead-code', 'refactor-isolated-helper'). Eliminates prompt ambiguity and ensures optimal output quality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe name: 'scaffold-unit-test', 'add-strict-types', 'document-endpoints', 'clean-dead-code', or 'refactor-isolated-helper'. | |
| source | Yes | Target GitHub repository identifier (e.g. 'Agent-Brain' or 'Basria-backend'). | |
| target_path | Yes | Target file path or module (e.g. 'src/services/billing.ts' or 'routers/auth.py'). | |
| auto_create_pr | No | If true, opens a GitHub PR directly in the cloud (defaults to true). | |
| wait_for_completion | No | If true, blocks/waits synchronously for the chore to complete (defaults to false). | |
| additional_instructions | No | Optional extra domain instructions or constraints for the recipe. |