What problem does it solve? Destructive commands like DROP TABLE, TRUNCATE, or gsutil rm can permanently erase production databases, cloud storage buckets, and infrastructure resources in seconds. This Skill prevents accidental data loss by forcing a mandatory verification step before any irreversible deletion runs. ## Core Features & Use Cases - Destructive SQL Guard: Intercepts DROP TABLE/VIEW/SCHEMA/DATABASE, TRUNCATE, and broad DELETE statements missing a WHERE clause or using 1=1. - Cloud Resource Protection: Flags gsutil rm, gcloud storage rm on production buckets, gcloud projects delete, and deletion of Spanner, BigQuery, Dataproc, secrets, or KMS keys. - Mandatory Consent Workflow: Halts execution, explains the impact and rationale, and waits for explicit affirmative user approval before proceeding. - Use Case: When asked to clean up a database, the assistant pauses before running TRUNCATE on a production table, explains the irreversible impact, and only proceeds after you confirm. ## Quick Start Ask the assistant to delete a table or remove cloud storage objects, and it will stop to request your explicit confirmation before running any destructive command.