CtrlK
BlogDocsLog inGet started
Tessl Logo

verification-loop

A comprehensive verification system for Kiro sessions.

38

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

72%

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

The body is highly actionable with concrete per-phase commands and a clear report template, and it is well-organized as a self-contained skill. Its main gaps are mild redundancy and inconsistent validation gates across the later phases.

Suggestions

Remove the duplicate opening tagline ('A comprehensive verification system for Kiro sessions.') that repeats the description, and trim the Hooks section's explanatory padding.

Add an explicit pass/fail gate and retry loop to each phase (not just build), e.g. 'Only proceed to the next phase when this one passes; on failure, fix and re-run.'

DimensionReasoningScore

Conciseness

The body is mostly lean command lists, but the opening tagline duplicates the description and the 'Integration with Hooks' section adds explanatory padding Claude does not need, fitting 'Mostly efficient but includes some unnecessary explanation'.

2 / 3

Actionability

Each phase ships concrete, executable commands (npm run build, npx tsc --noEmit, ruff check ., grep secret patterns, git diff) plus a copy-paste report template, matching 'Fully executable code/commands; copy-paste ready'.

3 / 3

Workflow Clarity

The six phases are clearly sequenced with an explicit STOP gate on build, but later phases only say 'fix critical ones before continuing' without a per-phase pass/fail gate or retry loop, fitting 'Steps listed but validation gaps; checkpoints missing or implicit'.

2 / 3

Progressive Disclosure

The skill is self-contained with no need for external references and is organized into clearly headed sections (When to Use, Phases, Output Format, Continuous Mode, Hooks), giving easy navigation per the well-organized-sections guidance.

3 / 3

Total

10

/

12

Passed

Description

0%

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 a single vague sentence that names no concrete capabilities, omits any use-trigger, and risks colliding with other verification/QA skills. It needs explicit actions and a 'Use when...' clause.

Suggestions

Name concrete actions, e.g. 'Runs build, type-check, lint, test suite with coverage, secret scan, and diff review before a PR.'

Add a 'Use when...' trigger clause with natural terms users would say (e.g. 'Use before creating a PR, after refactoring, or when checking that quality gates pass').

Replace 'comprehensive verification system' with specific outcomes to carve a distinct niche and reduce overlap with other QA skills.

DimensionReasoningScore

Specificity

The phrase 'A comprehensive verification system' names no concrete actions — it is an abstract noun phrase, matching the score-1 anchor 'Vague or no actions; abstract language'.

1 / 3

Completeness

It gives only a weak 'what' (vague 'verification system') and no 'when' guidance at all, fitting 'Missing what OR when, or both very weak'.

1 / 3

Trigger Term Quality

No natural user-facing keywords appear; 'Kiro sessions' is product jargon and there is no 'Use when...' clause, matching 'No natural keywords; technical jargon or overly generic'.

1 / 3

Distinctiveness Conflict Risk

'A comprehensive verification system for Kiro sessions' is very generic and would overlap with many QA/quality-gate skills, matching 'Very generic; would conflict with many skills'.

1 / 3

Total

4

/

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
affaan-m/ECC
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.