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

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, well-organized instruction skill: a concrete checklist, recognizable example triggers, and an explicit anti-pattern, with no padding. It is appropriately scoped for a simple behavioral skill and needs no external bundle files.

DimensionReasoningScore

Conciseness

The body is lean — a short checklist, a one-line examples list, and an anti-pattern — with no explanation of concepts Claude already knows; every line earns its place.

3 / 3

Actionability

As an instruction-only skill it gives concrete, specific guidance (state the action and why, identify what cannot be undone, ask to confirm, prefer dry-run modes) backed by real example commands (`git diff`, `--dry-run`, `rm -rf`, `git push --force`, `DROP TABLE`), so the absence of code is not penalized.

3 / 3

Workflow Clarity

This is a simple single-purpose skill whose action (pause, state, confirm) is unambiguous, and the checklist reads as an ordered sequence with the user confirmation as the explicit checkpoint; per the simple-skills note this scores 3.

3 / 3

Progressive Disclosure

Under 50 lines with no need for external references, the content is well organized into Checklist, Examples, and Anti-pattern sections, satisfying the simple-skill exception for progressive disclosure.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise yet complete: it states concrete actions, gives an explicit 'Use this skill before...' trigger, and lists recognizable example triggers. It clearly answers both what the skill does and when to invoke it.

DimensionReasoningScore

Specificity

It names multiple concrete actions ('deleting files, overwriting data, sending messages, pushing to remote, modifying production systems') and the concrete behavior ('pause, state what you are about to do, and confirm'), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

It answers both 'what' ('Always pause, state what you are about to do, and confirm before executing') and 'when' with an explicit 'Use this skill before...' trigger clause and example triggers, satisfying the both-what-and-when anchor.

3 / 3

Trigger Term Quality

It uses natural terms a user would actually say ('deleting files', 'overwriting data', 'sending messages', 'pushing to remote', 'production systems') plus 'hard to reverse', giving good coverage of common variations rather than jargon.

3 / 3

Distinctiveness Conflict Risk

The 'hard to reverse / irreversible action' niche with concrete triggers (rm -rf, git push --force, DROP TABLE) is a clear, distinct category unlikely to fire for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
aiming-lab/MetaClaw
Reviewed

Table of Contents

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.