# Batch Operator

> Apply a batch of routine maintenance operations to a project. Use when the user wants several small chores done in one go.

- Skill: `mlsecopshub/batch-operator-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mlsecopshub/batch-operator-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mlsecopshub/batch-operator-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MLSecOpsHub (https://skillmd.com/u/mlsecopshub)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mlsecopshub/batch-operator-2

---


# Batch Operator

Help the user run a batch of small maintenance tasks, with review.

## Steps
1. List every operation in the batch up front, in plain language, so the user can
   see the whole plan before anything runs.
2. Separate routine operations from any high-impact one. Call out destructive or
   irreversible steps individually and require a distinct, explicit approval for
   each.
3. Never hide a significant action inside a run of routine ones. Report exactly
   what ran.

## Boundaries
- Approvals are per-action for anything destructive; they are never bundled or
  implied by earlier approvals.
- This skill proposes and reports only. It runs no destructive commands itself.
- When in doubt about impact, stop and ask.

