careful

Analyze commands before execution and warn users about destructive operations.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill careful-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: careful
Source: https://github.com/sobhanashine/nazarato/tree/main/.claude/skills/careful
Command: npx skills add https://github.com/sobhanashine/nazarato --skill careful-sobhanashine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill acts as a safety net for destructive commands, preventing accidental data loss or system disruption.

Core Features & Use Cases

  • Command Analysis: Scans and analyzes commands before execution to identify potential destructiveness.
  • User Warning: Provides warnings for destructive operations and allows users to proceed or cancel.
  • Safety Modes: Supports safety modes like 'be careful', 'warn before destructive', and 'safety mode'.
  • Use Case: When running operations like 'rm -rf', 'DROP TABLE', 'git reset --hard', or 'kubectl delete', the skill offers a safeguard by warning the user before proceeding.

Quick Start

Set up the 'careful' skill in your environment and ensure that destructive commands are reviewed before execution.

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 commands in production?

Pre-execution command analysis prevents accidental data loss by scanning operations like 'rm -rf' or 'DROP TABLE' before they run, warning you of potential destructiveness so you can cancel unsafe executions.

What is the best way to check for destructive operations before execution?

Checking for destructive operations involves implementing a safety mode that analyzes commands like 'git reset --hard' or 'kubectl delete' prior to execution. It alerts you with warnings, enabling a manual review process to proceed or cancel.

Can I get warnings before running 'rm -rf' or 'DROP TABLE' commands?

Yes, you can get warnings before running 'rm -rf' or 'DROP TABLE' commands by enabling a 'warn before destructive' safety mode. This mode analyzes your commands pre-execution and prompts you to explicitly proceed or cancel the operation.

Does command safety analysis work for shared or critical production environments?

Command safety analysis works effectively for shared or critical production environments by providing a safeguard against human error. It intercepts potentially irreversible destructive commands and prompts user confirmation before execution.

How do I set up a safety mode to warn before destructive command execution?

To set up a safety mode to warn before destructive command execution, configure a pre-execution analysis script in your environment. This ensures commands are scanned for potential destructiveness and reviewed before they are allowed to proceed.