What problem does it solve?
Broad rename, replace, or migration edits across a codebase can silently change the wrong occurrences when every match is treated identically. This Skill prevents unsafe bulk edits by requiring a manual occurrence review and classification before any modification happens.
Core Features & Use Cases
- Pre-Edit Occurrence Review: Requires a manual review of all matches before changing them, so no occurrence is modified blindly.
- Classification Guardrails: Aligns the occurrence map to eight standard schema categories plus explicit exceptions and moves.
- Path-Based Review Gate: Treats runtime enforcement as a path-based review gate rather than an AST-semantic classifier, keeping checks deterministic.
- Use Case: When asked to rename a field across hundreds of files, the Skill first maps every occurrence into classification categories, confirms the edit policy where the blast radius is unclear, then executes the narrowest safe change and verifies representative cases.
Quick Start
Ask the agent to rename a field across the entire repository and have it classify every occurrence before applying the bulk edit.