careful

Warn before executing destructive shell commands across Bash, Git, Kubernetes, Docker, and databases.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/XinheLIU/human-leverage --skill careful-xinheliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: careful
Source: https://github.com/XinheLIU/human-leverage/tree/main/.claude/skills/careful
Command: npx skills add https://github.com/XinheLIU/human-leverage --skill careful-xinheliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safeguard development and operations by warning before executing destructive commands, preventing accidental data loss and destructive actions in shared and prod-like environments.

Core Features & Use Cases

  • Destruction-guarded execution: detects dangerous patterns in Bash, Git, Kubernetes, Docker, and SQL-like commands and prompts for confirmation.
  • Override and audit: lets you proceed with an explicit override while logging events for auditing and governance.
  • Local-first safety: operates entirely on your machine without external dependencies, suitable for on-device workflows and secure labs.

Quick Start

Enable careful mode in your shell workflow and observe warnings before executing destructive commands.

Frequently Asked Questions about careful

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

FAQPage Schema
How do I prevent accidental data loss from destructive bash commands?

You can prevent accidental data loss by enabling a destruction-guarded execution mode that detects dangerous command patterns in Bash, Git, Kubernetes, Docker, and SQL, prompting for confirmation before running them.

Can I override the warning and force execute a destructive git command if needed?

Yes, you can override the warning and force execute a destructive git command by using an explicit override option. The execution event is logged for auditing and governance, ensuring compliance and recoverability while allowing necessary destructive actions.

Does this destructive command warning tool work with Kubernetes and Docker operations?

Yes, this destructive command warning tool works with Kubernetes and Docker operations. It detects dangerous patterns across local development and production debug sessions, prompting for confirmation before executing potentially harmful actions in these environments.

Do I need external dependencies or network access to guard destructive shell commands locally?

No, you do not need external dependencies or network access to guard destructive shell commands. The tool operates entirely on your machine, making it suitable for on-device workflows and secure lab environments without external connections.

How do I audit and log destructive commands executed during production debug sessions?

To audit and log destructive commands during production debug sessions, you use a tool that records override events and execution logs. This supports safety and compliance by maintaining a history of destructive actions taken across Bash, Git, Kubernetes, and Docker.