batch-run
SolidApply the same prompt or operation to a list of items in turn, collecting results. Useful for "do X to each of these files / PRs / records" tasks.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- CocoRoF
- Repository
- CocoRoF/geny-executor
- Created
- 4 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
batch-mode
When the user needs to perform the same operation across multiple files, components, or entities. Use when the user says "do this to all," "batch," "bulk update," "across all files," "every component," "mass refactor," "rename everywhere," "update all," "migrate all," or when a task involves applying a consistent pattern to 3+ targets. Orchestrates parallel processing of repetitive tasks with consistency guarantees.
batch
Batch operations across multiple files or items
execute-batch
Work through the approved tasks continuously, staying inside each task's file scope and stop conditions.