CtrlK
BlogDocsLog inGet started
Tessl Logo

plugin-build-smoke-regression

Catch packaging-script regressions by asserting the real script exit path and current overlay surface.

60

1.13x
Quality

40%

Does it follow best practices?

Impact

100%

1.13x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.squad/skills/plugin-build-smoke-regression/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

7%

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 heavily jargon-laden and fails to communicate concrete actions or trigger conditions in language a user or Claude could reliably match against. It lacks a 'Use when...' clause, lists no natural keywords, and does not clearly explain what the skill does in practical terms.

Suggestions

Rewrite using plain language that describes concrete actions, e.g., 'Runs regression tests on packaging scripts to verify exit codes and overlay configurations.'

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about testing packaging scripts, verifying build outputs, or checking script exit codes.'

Include natural keywords users might say, such as 'packaging', 'build script', 'regression test', 'exit code', 'overlay' to improve trigger term coverage.

DimensionReasoningScore

Specificity

The description uses vague, jargon-heavy language like 'asserting the real script exit path' and 'current overlay surface' without listing concrete, understandable actions. It's unclear what specific tasks this skill performs.

1 / 3

Completeness

There is no explicit 'Use when...' clause or equivalent trigger guidance. The 'what' is vaguely stated and the 'when' is entirely missing, making it unclear when Claude should select this skill.

1 / 3

Trigger Term Quality

The terms used ('script exit path', 'overlay surface', 'packaging-script regressions') are highly technical jargon that users would not naturally say when seeking help. No common or natural trigger keywords are present.

1 / 3

Distinctiveness Conflict Risk

The description is niche enough in its domain (packaging scripts, regressions) that it's unlikely to broadly conflict with many other skills, but the vague terminology could still cause confusion with other testing or CI-related skills.

2 / 3

Total

5

/

12

Passed

Implementation

72%

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

This is a concise, well-structured skill that clearly communicates testing patterns for packaging script regressions. Its main weakness is the lack of executable code examples—the patterns are described in prose and referenced by test name, but no actual test code is shown. Adding a small concrete code snippet would significantly improve actionability.

Suggestions

Add a short executable code example (e.g., a C# test method skeleton) showing how to invoke the script entry point, assert exit code 0, and verify the ASCII summary output.

Include a brief example of how to assert current assets are present and legacy files are absent, so the pattern is copy-paste ready rather than described abstractly.

DimensionReasoningScore

Conciseness

The content is lean and efficient. Every bullet point conveys a specific, non-obvious testing pattern. There's no explanation of basic concepts like what exit codes are or how testing frameworks work.

3 / 3

Actionability

The skill provides specific file paths and test names as concrete references, and the patterns are clear directives. However, it lacks executable code examples—no actual test code snippets showing how to assert exit code 0, check for absent files, or set up ASCII summary assertions.

2 / 3

Workflow Clarity

The patterns describe what to do but don't provide a clear sequenced workflow. There's no explicit ordering of steps (e.g., first create fixtures, then run script, then assert), and no validation checkpoints or feedback loops for when assertions fail.

2 / 3

Progressive Disclosure

For a simple, focused skill under 50 lines with no need for external references, the content is well-organized into clear sections (Context, Patterns, Examples, Anti-Patterns) that are easy to navigate and scan.

3 / 3

Total

10

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sbroenne/mcp-server-excel
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.