CtrlK
BlogDocsLog inGet started
Tessl Logo

demo-skill

A tiny skill used by the skill isolation example.

20

Quality

0%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./examples/skillisolation/skills/demo-skill/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

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.

This description is essentially a placeholder or meta-reference with no functional content. It fails on every dimension: it describes no concrete actions, includes no user-facing trigger terms, answers neither 'what' nor 'when', and provides no distinguishing characteristics that would help Claude select it appropriately.

Suggestions

Replace the meta-reference with a concrete description of what the skill actually does, listing specific actions (e.g., 'Performs X, generates Y, processes Z').

Add an explicit 'Use when...' clause with natural trigger terms that describe scenarios where this skill should be selected.

Include domain-specific keywords that users would naturally use when requesting this skill's functionality.

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'A tiny skill used by the skill isolation example' is entirely abstract and says nothing about what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only references its role as a test artifact, providing no functional information.

1 / 3

Trigger Term Quality

There are no natural keywords a user would say. 'Skill isolation example' is internal/meta terminology, not something a user would naturally request.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it provides no distinguishing characteristics. It could be confused with any other skill since it describes no specific domain or capability.

1 / 3

Total

4

/

12

Passed

Implementation

0%

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

This skill body is essentially a test fixture/sentinel value used to detect skill state leaks across agents, not a real skill. It contains no actionable content, no instructions, no code, and no structure. It fails on every dimension of the rubric.

Suggestions

If this is intended as a real skill, add concrete instructions describing what task Claude should perform and how.

Add at least one executable code example or specific command that Claude can act on.

Structure the content with markdown headers and clear sections to provide navigability.

If this is purely a test artifact, consider whether it should be evaluated as a skill at all, or add a note in the frontmatter indicating its test-only purpose.

DimensionReasoningScore

Conciseness

The content contains no actionable information whatsoever. The two sentences serve as a test artifact rather than providing any useful guidance, making every token wasted from a skill perspective.

1 / 3

Actionability

There are no concrete instructions, code, commands, or any form of executable guidance. The content describes a testing purpose rather than instructing Claude on how to perform any task.

1 / 3

Workflow Clarity

There are no steps, sequences, or workflows of any kind. The content provides zero procedural guidance.

1 / 3

Progressive Disclosure

There is no structure, no sections, no references, and no organization. The content is just two plain sentences with no markdown structure.

1 / 3

Total

4

/

12

Passed

Validation

100%

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

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
trpc-group/trpc-agent-go
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.