What problem does it solve?
Manual file edits are error-prone and time-consuming, and ad-hoc changes can introduce syntax errors, broken indentation, or unintended side effects. This Skill provides a structured, read-verify-apply workflow to ensure edits are deliberate, minimal, and reversible when needed.
Core Features & Use Cases
- Structured edit actions: Supports replace, replace-all, insert-at-line, and delete-lines with explicit parameters to avoid ambiguous changes.
- Safe workflow: Read-before-write verification, optional backups, and confirmation flags to prevent accidental overwrites.
- Use cases: Refactor code functions, update configuration files, apply documentation snippets, or patch single-line bugs across repositories.
Quick Start
Provide the file path and a change object describing the action (replace, replace-all, insert-at-line, or delete-lines) along with search or line metadata and the replacement or content to insert.