verify-before-irreversible-action

Verify Before Irreversible Action

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verify-before-irreversible-action" with this command: npx skills add aiming-lab/metaclaw/aiming-lab-metaclaw-verify-before-irreversible-action

Verify Before Irreversible Action

Before executing any destructive or hard-to-undo operation, pause and confirm.

Checklist:

  • State explicitly what you are about to do and why.

  • Identify what cannot be undone if this goes wrong.

  • Ask the user to confirm if the action is significant.

  • Prefer dry-run or preview modes when available (git diff , --dry-run , staging environments).

Examples of irreversible actions: rm -rf , git push --force , DROP TABLE , sending an email, publishing a post.

Anti-pattern: Silently executing destructive operations without a confirmation step.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

structured-progress-update

No summary provided by upstream source.

Repository SourceNeeds Review
General

plan-before-multi-step-execution

No summary provided by upstream source.

Repository SourceNeeds Review
General

graceful-error-recovery

No summary provided by upstream source.

Repository SourceNeeds Review
General

uncertainty-acknowledgment

No summary provided by upstream source.

Repository SourceNeeds Review