Dry Run First

Before any operation that touches system files or is hard to undo, preview what it will do, confirm the preview is right, then run it for real. Use this WHENEVER you edit files outside the project (registry, /etc, hosts, shell profiles, env or system config), bulk-rename or bulk-delete, run a mass find-and-replace, a migration, a destructive git command, or any sweep that changes many things at once. Run it in dry-run or preview mode first (a --dry-run flag, PowerShell -WhatIf, printing intended changes, or operating on a copy), check the output matches your intent, and only then execute. Back up when no dry run is possible.

TheArmagan 4667002 3.2 KB Updated

File contents

TheArmagan/skills/tree/main/dry-run-first commit 46670029fd

Frequently asked questions

npx skillmds@latest add thearmagan/dry-run-first