What problem does it solve?
This Skill eliminates the risk of accidentally running high-risk commands like recursive file deletion, SQL data drops, or git history rewrites that can cause permanent data loss, production outages, or workflow disruption for teams, especially when working in shared environments or critical systems.
Core Features & Use Cases
- Multi-Pattern Destructive Command Detection: Scans bash commands for high-risk patterns including rm -rf, DROP TABLE, git push --force, git reset --hard, kubectl delete, and docker system prune.
- Safe Exception Handling: Automatically allows common safe operations like deleting build artifacts (node_modules, dist, pycache) without triggering unnecessary warnings.
- Use Case: When debugging a production server or collaborating on a shared codebase, the skill will prompt you for confirmation before you accidentally run a command that deletes critical user data or breaks your team's git history.
Quick Start
Activate the careful skill when running bash commands on production or shared systems to receive automatic warnings before any destructive operations are executed.