batch-processor

Propagate a single operation across multiple files using glob patterns.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/Khamel83/oneshot --skill batch-processor-khamel83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-processor
Source: https://github.com/Khamel83/oneshot/tree/main/archive/v9/skills/batch-processor
Command: npx skills add https://github.com/Khamel83/oneshot --skill batch-processor-khamel83

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bulk edits across large codebases require repetitive, error-prone changes; this skill coordinates parallel agents to apply the same modification across many files.

Core Features & Use Cases

  • Parallel batch execution of file edits
  • Safe batching with per-file success/failure reporting
  • Use cases include bulk renames, import updates, and consistency fixes across a project

Quick Start

Initiate a batch operation by specifying the change description and the target file pattern to apply across all matching files.

Frequently Asked Questions about batch-processor

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

FAQPage Schema
How do I execute bulk edits across many files in a codebase simultaneously?

Parallel batch execution applies a single modification across many files simultaneously. It uses glob patterns to identify target files, processes them in parallel batches, and reports per-file outcomes to ensure safe bulk operations.

What is the best way to automate bulk codebase refactoring safely?

Parallel batch processing coordinates multiple agents to apply the same modification across matching files identified by glob patterns. It provides per-batch isolation, per-file outcome reporting, and rollback steps if needed to ensure safe codebase refactoring.

How do I update imports and perform bulk renames across an entire project?

To perform bulk renames and import updates, specify the change description and target file pattern. The skill propagates this single operation across all matching files in parallel batches, reporting per-file outcomes to verify consistency fixes.

Do I need external servers to run parallel file operations for automation?

No external servers are required to run parallel file operations. The skill operates locally, providing safe batching with per-batch isolation, retry guidance, and rollback steps directly within your environment.

What happens if a file operation fails during parallel batch processing?

If a file operation fails during parallel batch processing, the skill provides per-file success and failure reporting. It uses per-batch isolation to contain issues and includes retry guidance and rollback steps to recover safely.