accidental-data-loss-prevention

Require explicit user consent before executing irreversible data deletion commands.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Narizaico-code/Microservicios-GestorBancario --skill accidental-data-loss-prevention-narizaico-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accidental-data-loss-prevention
Source: https://github.com/Narizaico-code/Microservicios-GestorBancario/tree/main/.claude/.agents/skills/accidental-data-loss-prevention
Command: npx skills add https://github.com/Narizaico-code/Microservicios-GestorBancario --skill accidental-data-loss-prevention-narizaico-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps prevent accidental irreversible data loss by requiring explicit user consent before executing commands that could result in data deletion.

Core Features & Use Cases

  • User Consent Verification: Ensures explicit user approval before running irreversible commands.
  • Command Blocking: Blocks execution if consent is not provided.
  • Use Case: When running database commands that delete tables, or operations like 'gsutil rm' in cloud storage, this Skill prompts for user consent to prevent accidental loss.

Quick Start

Run the command 'drop table' and follow the consent prompts.

Frequently Asked Questions about accidental-data-loss-prevention

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

FAQPage Schema
How do I prevent accidental data loss when running database deletion commands?

To prevent accidental data loss, this Skill requires explicit user consent before executing irreversible database commands like dropping tables. It blocks execution automatically if consent is not provided.

Can I block irreversible cloud storage operations like gsutil rm without confirmation?

Yes, you can block irreversible cloud storage operations by requiring explicit user consent. The Skill intercepts commands like gsutil rm and pauses execution until approval is granted.

What is explicit user consent verification for data deletion policies?

Explicit user consent verification is a data loss prevention mechanism that prompts for manual approval before executing irreversible data deletion commands. It ensures safety and compliance with data deletion policies.

How do I set up command blocking for accidental data loss prevention?

To set up command blocking for data loss prevention, run your target deletion command such as drop table and follow the consent prompts. The Skill blocks execution automatically until explicit approval is provided.

Does this data loss prevention Skill work without external dependencies?

Yes, this data loss prevention mechanism works without external dependencies. It operates independently to intercept database management and cloud storage commands, requiring explicit user consent before execution.

When should I not use automatic command blocking for data deletion?

You should not use automatic command blocking for data deletion when executing fully automated, non-interactive scripts. The consent verification mechanism requires manual user input to approve irreversible commands.