batch

Orchestrate parallel file operations with discovery, chunking, and execution.

Updated May 5, 2026
One-click install
npx skills add https://github.com/hkjang/qwen-code --skill batch-hkjang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch
Source: https://github.com/hkjang/qwen-code/tree/main/packages/core/src/skills/bundled/batch
Command: npx skills add https://github.com/hkjang/qwen-code --skill batch-hkjang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill unit 'batch' resolves the challenge of handling multiple files in parallel, automating repetitive tasks across large sets of files.

Core Features & Use Cases

  • Parallel File Processing: Handles batch operations on files concurrently, reducing overall processing time.
  • File Discovery and Management: Automatically discovers files based on patterns and manages chunks for efficient processing.
  • Customizable Operations: Supports a range of operations like editing, reading, writing, and running shell commands on files.

Quick Start

Execute batch operations on multiple files using the '/batch' command followed by the operation and file pattern. For example, '/batch Add JSDoc comments src/**/*.ts'.

Frequently Asked Questions about batch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel file operations on multiple files at once?

To run parallel file operations, use the '/batch' command followed by the operation and file pattern. This orchestrates concurrent processing across discovered files, reducing overall processing time for large file sets.

Can I use batch processing to automatically add JSDoc comments to TypeScript files?

Yes, you can apply batch processing to automatically add JSDoc comments. Execute '/batch Add JSDoc comments src/**/*.ts' to concurrently run the edit operation across all matching TypeScript files.

What is the best way to handle automated code reviews across a large codebase?

The best way to handle automated code reviews is using parallel batch processing. It discovers files based on patterns and concurrently executes review operations, significantly reducing the time required for large-scale analysis.

Do I need any external dependencies to process files in parallel?

No external dependencies are required to process files in parallel. The skill utilizes the built-in 'task' tool to handle discovery, chunking, and execution of operations on files without needing additional packages.