you-sure

Blocks dangerous operations until user confirms via a checklist.

60|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill you-sure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: you-sure
Source: https://github.com/ElliotJLT/Claude-Skill-Potions/tree/main/skills/you-sure
Command: npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill you-sure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before Claude triggers dangerous operations, this skill enforces a mandatory pause and presents a clear checklist to prevent accidental data loss, security breaches, or system downtime.

Core Features & Use Cases

  • Mandatory pause before dangerous operations (file deletions, database changes, deployments, or bulk updates).
  • Clear, actionable checklist showing what will happen, potential impacts, and reversibility considerations.
  • Explicit confirmation required to proceed, reducing risk in production and sensitive environments.
  • Use Case: When asked to delete files or deploy to production, the skill surfaces risks and requires deliberate confirmation.

Quick Start

Invoke the You Sure? flow before any dangerous operation in Claude to require explicit confirmation. For example, when prompted to rm -rf or push to production, trigger this skill to surface a verification checklist and require a typed confirmation.

Frequently Asked Questions about you-sure

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

FAQPage Schema
How do I prevent accidental destructive operations in production deployments?

Enforce a mandatory confirmation pause before destructive operations by requiring explicit user agreement on a clear checklist. This surfaces potential impacts, reversibility considerations, and blocks automatic execution until deliberate confirmation is provided, reducing risk of data loss or downtime in production environments.

What's the best way to add safety checks before file deletions and database changes?

Implement a workflow that pauses before dangerous actions and presents an actionable checklist showing what will happen and potential consequences. Require typed or explicit confirmation to proceed, ensuring users consciously review risks before committing to file deletions, bulk updates, or database modifications.

Can I require confirmation before running high-risk operations across development, staging, and production?

Yes. Apply a mandatory pause and confirmation flow to dangerous operations across all environments. The checklist surfaces impact and reversibility, blocking execution until explicit user agreement, making it effective for file operations, deployments, and bulk changes wherever they occur.

Why should I add a confirmation step before production deployments?

Confirmation steps prevent accidental deployments by forcing a deliberate pause and requiring explicit agreement after reviewing a clear checklist of impacts and reversibility. This reduces security breaches, system downtime, and data loss by ensuring operators consciously approve high-risk actions.

How do I block automatic execution of dangerous workflow operations?

Introduce a mandatory confirmation gate that prevents automatic execution by requiring explicit user agreement after presenting a checklist of risks and consequences. This applies to file deletions, database changes, and deployments, ensuring no high-risk operation runs without conscious approval.