generate-batch-yaml
Installation
SKILL.md
Generate Batch YAML
Create a runnable task-while batch config from the user's requirement, write it into the current workspace, and return the exact command to run it.
Do not use this skill for while.yaml or simplify.yaml.
Output Contract
When this skill completes, it must:
- Write a YAML file to
batches/<task-name>.yamlby default - Return the exact run command:
pnpm exec task-while batch --config ./batches/<task-name>.yaml - Briefly summarize what the batch job does
If batches/<task-name>.yaml already exists, read it first and ask whether to overwrite it or update it.