What problem does it solve? Applying the same change across hundreds of documentation files by hand is error-prone, hard to review, and easy to abandon mid-way. This Skill turns a repo-wide documentation pass into a controlled campaign: a confirmed work-list, small reviewable batches, per-file verification, and a resumable progress log tied to a DOCS ticket. ## Core Features & Use Cases - Scoped work-list discovery: Enumerates matching .md files within one space/path, reports counts and exclusions, and requires confirmation before editing. - Batched processing with verification: Applies the transformation in batches of ~5 files, re-reads each change, runs doc-lint validation, and commits per batch only with explicit approval. - Resumable progress tracking: Maintains a gitignored state file recording done/failed files so long campaigns can stop and resume without rework. - Use Case: For a ticket like DOCS-5614 ("add railroad diagrams to N more SQL pages"), the Skill builds the list of SQL-statement pages, processes them in small commits, logs factual claims to the campaign report, and produces a final done/failed summary. ## Quick Start Ask the AI to run a bulk campaign that adds railroad diagrams to all SQL-statement pages under server/reference/sql-statements/ tracked under your DOCS ticket.