careful

Warn before executing destructive commands like rm -rf or DROP TABLE.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/joyce820309/holo-oahu --skill careful-joyce820309
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: careful
Source: https://github.com/joyce820309/holo-oahu/tree/main/.skills/gstack/careful
Command: npx skills add https://github.com/joyce820309/holo-oahu --skill careful-joyce820309

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a safety net for users executing potentially destructive commands, such as those that can delete data or disrupt services, by prompting for confirmation before proceeding.

Core Features & Use Cases

  • Destructive Command Warnings: Warns before running commands like rm -rf, DROP TABLE, git push --force, and kubectl delete.
  • Customizable Triggers: Triggers on phrases like "be careful", "warn before destructive", or "safety mode".
  • Allowed Tools: Compatible with tools like Bash and Read.
  • Pre-Command Hook: Performs a check before a command is executed, providing an opportunity to cancel or proceed.

Quick Start

Activate the "careful" skill when you're about to run a destructive command. For example, use "careful before running 'rm -rf /var/data'".

Frequently Asked Questions about careful

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a pre-execution check to prevent destructive commands from running?▼

Destructive command warnings intercept actions like `rm -rf`, `DROP TABLE`, `git push --force`, and `kubectl delete` before execution. The safety check prompts you for confirmation, preventing accidental data loss and service disruption.

Can I get a warning before running git push --force or kubectl delete?▼

Yes, safety checks can warn you before running commands like `git push --force` and `kubectl delete`. The skill monitors these destructive actions and prompts for confirmation to prevent accidental service disruption or data loss.

Does command monitoring work with Bash and command-line tools?▼

Yes, command monitoring is compatible with Bash and integrates with command-line environments. It performs pre-execution safety checks to guard against destructive actions across various tools.

How do I trigger safety mode for command line operations?▼

Trigger safety mode by using phrases like "be careful", "warn before destructive", or "safety mode" in your command line operations. This activates the pre-command hook to monitor and warn against destructive actions.

What are the limitations of using pre-command hooks for destruction prevention?▼

Pre-command hooks for destruction prevention rely on recognizing specific destructive triggers and compatible tools like Bash. While they provide a safety net by prompting for confirmation, they may not cover commands outside their configured monitoring scope.