Batch Rewrite Pattern

Cascade the same edit pattern across N files safely. Use when applying the same refactor to multiple files (e.g. swap import paths across 11 scripts, rename a symbol, migrate a call signature). Detects the common-shape-across-files situation and turns an N-file cascade into a planned audit → apply → verify workflow instead of N sequential manual edits.

majiayu000 712cdb2 2 files · 5.6 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/other/batch-rewrite-pattern commit 712cdb23be

Frequently asked questions

npx skillmds add majiayu000/batch-rewrite-pattern