CtrlK
BlogDocsLog inGet started
Tessl Logo

x-verify

Use when a long-running skill needs to check "am I done?" — runs the canonical completion cascade with mandatory fallback to prevent silent success claims

71

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

A well-structured verifier skill: concise, with concrete tool dispatch and copy-paste verdict templates, a clearly sequenced cascade with a mandatory fallback checkpoint, and clean one-level-deep delegation to the canonical spec.

DimensionReasoningScore

Conciseness

The body is lean and explicitly avoids re-documenting shared logic ('Do not re-document the cascade here — that file is the single source of truth'), with no padding of concepts Claude already knows; it is not score 2 because nothing reads as unnecessary explanation.

3 / 3

Actionability

Gives a concrete dispatch instruction (call the Agent tool with subagent_type 'oh-my-claudecode:code-reviewer' plus a named Claude-only fallback) and copy-paste-ready verdict YAML templates, meeting the executable/specific anchor rather than the pseudocode score-2 case.

3 / 3

Workflow Clarity

The cascade is clearly sequenced (SCOPE GATE -> ABORT -> EXPLICIT FAILURE -> VERIFICATION -> MANDATORY FALLBACK -> HUMAN-APPROVAL) with an explicit fallback checkpoint and failure/abort/waiting verdicts for error recovery, matching the score-3 anchor.

3 / 3

Progressive Disclosure

SKILL.md stays an overview and delegates detail to a single, clearly signaled one-level-deep reference (../x-shared/completion-cascade.md) with well-organized sections and no nested indirection; no bundle files exist to contradict this structure.

3 / 3

Total

12

/

12

Passed

Description

75%

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

A tight, third-person description with an explicit trigger and a clear niche; its main weakness is reliance on internal jargon ('completion cascade', 'mandatory fallback') that a user would not naturally say, capping trigger-term and specificity scores at 2.

Suggestions

Add plain-language trigger synonyms a user might actually say (e.g. 'finished', 'all checks passing', 'verify my work is complete') alongside 'am I done?'.

Replace or gloss jargon like 'completion cascade' and 'silent success claims' with a concrete capability phrase (e.g. 'runs tests, lint, and typecheck and reports a pass/fail verdict').

DimensionReasoningScore

Specificity

Names the domain and a couple of actions ('runs the canonical completion cascade with mandatory fallback') but 'completion cascade' is abstract and the action set is not comprehensive, matching the score-2 anchor rather than the multi-action score-3 example.

2 / 3

Completeness

Explicit 'Use when a long-running skill needs to check "am I done?"' answers when, and 'runs the canonical completion cascade with mandatory fallback...' answers what, satisfying both halves with an explicit trigger.

3 / 3

Trigger Term Quality

'am I done?' is a natural phrase a user would say, but it sits alongside jargon ('completion cascade', 'mandatory fallback', 'silent success claims'); coverage of natural variations is partial, so it is not the score-3 broad-coverage case.

2 / 3

Distinctiveness Conflict Risk

The completion-verification niche scoped to long-running skills is distinct, and the 'am I done?' trigger is unlikely to fire for unrelated skills; it does not fall to score 2 because it is more specific than 'Works with document files'.

3 / 3

Total

10

/

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
quangtran88/x-skills
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.