CtrlK
BlogDocsLog inGet started
Tessl Logo

verify-changes

Prove code works by running it, not just checking it exists. Verification through execution rather than inspection. Use after writing or modifying code to ensure it actually functions correctly.

59

Quality

70%

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

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/verify-changes/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The content is actionable and well-organized with executable commands, a decision table, and a report template. Its main weakness is a missing failure-recovery feedback loop in the verification protocol, plus some redundancy between the change-type table and the per-project checklists.

Suggestions

Add an explicit feedback loop to Step 3: "If a command fails, fix the issue and re-run; only report success after re-verification passes" to lift workflow clarity.

Merge or cross-reference the Step 2 change-type table and the per-project checklists, which currently restate overlapping verification actions.

Broaden the Step 3 command examples beyond the Node-centric set (add generic Python/go/rust or stack-agnostic equivalents) so the examples are copy-paste ready for non-JS projects.

DimensionReasoningScore

Conciseness

The body is largely lean (tables, checklists, command blocks, minimal prose) with no padding of concepts Claude knows, but the change-type table in Step 2 and the per-project checklists restate overlapping verification actions, so it could be tightened.

2 / 3

Actionability

It provides real executable commands (npm run build, node -e require(...), curl endpoints, python script.py --test), a change-type-to-method decision table, and a copy-paste verification report template — concrete and runnable, well above pseudocode.

3 / 3

Workflow Clarity

The 4-step protocol (Identify → Determine method → Execute → Report) is clearly sequenced, but Step 3 lacks an explicit run→fail→fix→re-verify feedback loop, and the rubric caps workflow clarity at 2 for verification/destructive contexts without that retry loop.

2 / 3

Progressive Disclosure

No bundle files exist and the body references no external files; the single-purpose content is cleanly sectioned (Core Principle, Protocol, Checklists, Anti-Patterns, Integration) and appropriately self-contained with no nested references.

3 / 3

Total

10

/

12

Passed

Description

67%

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 clearly states its purpose and an explicit trigger, but relies on principle framing rather than concrete action lists and risks overlapping with testing skills. The richest trigger phrasings live in when_to_use rather than the description field.

Suggestions

Add a concrete action list to the description (e.g., "Run builds, execute tests, hit endpoints, render components, and report evidence") to lift specificity toward 3.

Surface natural user trigger phrases ("does this work?", "test this", "verify") inside the description field so trigger-term coverage isn't split off into when_to_use.

Sharpen the niche vs testing skills, e.g. "proves existing code works by executing it — not by writing new tests" to reduce conflict risk.

DimensionReasoningScore

Specificity

The description names the domain (code verification) and method ("Verification through execution rather than inspection") but frames it as a principle rather than enumerating multiple concrete actions like "run builds, execute tests, hit endpoints".

2 / 3

Completeness

It explicitly answers both what ("Prove code works by running it") and when ("Use after writing or modifying code"), with an explicit trigger clause rather than merely implied timing.

3 / 3

Trigger Term Quality

"Use after writing or modifying code" is a usable trigger, but the description field omits the natural user phrasings ("does this work?", "test this", "verify") that appear only in the separate when_to_use field.

2 / 3

Distinctiveness Conflict Risk

The "not just checking it exists" framing carves a niche, but "verify code works" can plausibly overlap with testing-patterns skills (which the body itself integrates with).

2 / 3

Total

9

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
vudovn/ag-kit
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.