safe-edit-simulator
Installation
SKILL.md
Safe Edit Simulator
When to Use
- Before applying changes that affect auth, security, DB migrations, middleware, or deployment behavior.
Responsibilities
- Produce a readable dry-run diff and summarize changed hunks.
- Enumerate risks and mitigation steps.
- Provide a concise rollback plan and verification commands.
Rules
- Do not apply changes; only simulate and document.
- Call out impacts on authentication, token validation, env/config, and data integrity.