What problem does it solve? Running destructive commands like rm -rf, DROP TABLE, or git push --force in production or shared environments can cause irreversible data loss. This Skill adds a safety checkpoint that warns you before such commands execute. ## Core Features & Use Cases - Destructive Command Detection: Scans every bash command for dangerous patterns including rm -rf, DROP TABLE, TRUNCATE, git push --force, git reset --hard, kubectl delete, and docker system prune. - User Override Control: Returns an "ask" permission decision with a warning, letting you confirm or cancel each flagged command. - Safe Exceptions: Allows routine cleanup of node_modules, dist, build, .next, pycache, .cache, .turbo, and coverage without warnings. - Use Case: While debugging a live production issue, you ask the AI to clean up old files. The skill intercepts an accidental rm -rf targeting the wrong directory and asks for your confirmation first. ## Quick Start Ask the AI to enable careful mode before running shell commands in a production or shared environment.