What problem does it solve? Destructive shell commands such as rm -rf, DROP TABLE, git push --force, and kubectl delete can cause irreversible data loss when executed without review. This Skill intercepts every Bash command before it runs and warns you when a destructive pattern is detected, letting you confirm or cancel. ## Core Features & Use Cases - Pre-execution command scanning: A PreToolUse hook inspects every Bash command against patterns for recursive deletes, SQL DROP/TRUNCATE, git force-push, git reset --hard, kubectl delete, and docker prune. - Safe exceptions: Routine cleanup of build artifacts like node_modules, dist, .next, and pycache passes without warnings. - User-overridable warnings: Each match returns an "ask" permission decision with a clear risk explanation, so you stay in control. - Use Case: While debugging a live production system, you ask the agent to clean up resources; the skill flags a kubectl delete pod command and prompts you to confirm before it touches production. ## Quick Start Ask the agent to enable careful mode so it warns you before running any destructive commands.