CtrlK
BlogDocsLog inGet started
Tessl Logo

verify-before-irreversible-action

Use this skill before taking any action that is hard to reverse — deleting files, overwriting data, sending messages, pushing to remote, modifying production systems. Always pause, state what you are about to do, and confirm before executing.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

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.

Repository
aiming-lab/MetaClaw
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.