accidental-data-loss-prevention

Require explicit user consent before executing irreversible data loss operations.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill accidental-data-loss-prevention-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accidental-data-loss-prevention
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/accidental-data-loss-prevention
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill accidental-data-loss-prevention-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that irreversible data loss operations are only performed with explicit user consent, reducing the risk of accidental deletions.

Core Features & Use Cases

  • Consent Verification: Requires explicit user consent before executing commands that could result in data loss.
  • Applicability: Designed for SQL operations, cloud storage deletions, and infrastructure changes.
  • Use Case: Before deleting a production database or a critical cloud bucket, the Skill prompts for user confirmation to prevent accidental data loss.

Quick Start

Use the accidental-data-loss-prevention skill to confirm the deletion of the 'production_database' before proceeding.

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 during SQL operations?

To prevent accidental data loss during SQL operations, you need a mechanism that requires explicit user consent before executing irreversible commands. This ensures destructive database actions are confirmed beforehand.

What is the best way to require user consent before deleting cloud storage?

Requiring user consent before deleting cloud storage involves intercepting destructive commands and prompting for explicit confirmation. This prevents irreversible data loss in critical cloud infrastructure management workflows.

How does consent verification work for irreversible infrastructure management tasks?

Consent verification for irreversible infrastructure management tasks works by halting execution and prompting for user interaction. It ensures explicit confirmation is provided before proceeding with potentially destructive infrastructure changes.

Can I use this to prevent accidental deletion of a production database?

Yes, you can prevent accidental deletion of a production database by enforcing explicit user confirmation before execution. This adds a required verification step to halt irreversible SQL operations.

Does this consent verification apply to cloud storage deletions?

Yes, this consent verification applies to cloud storage deletions. It is designed to prompt for explicit user confirmation before proceeding with any potentially destructive actions in cloud environments.

When do I need explicit user consent for data loss prevention?

You need explicit user consent for data loss prevention whenever executing irreversible operations. This includes SQL database deletions, cloud storage removals, and infrastructure management tasks that pose a risk of accidental data loss.