CtrlK
BlogDocsLog inGet started
Tessl Logo

webhook-audience-test-custom-commands

How to author custom commands for the webhook-audience-test CLI using the co-generated SDK.

52

Quality

57%

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 ./seed/cli/webhook-audience/.agents/skills/custom-commands/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

The body is well-structured and gives a usable executable example, but it has a hollow 'Available SDK Clients' section, a redundant safety table, and no validation checkpoints in the workflow.

Suggestions

Fill in the 'Available SDK Clients' section with the actual sub-clients (or tell Claude how to discover them, e.g. 'inspect webhook_audience_test_sdk::api'), and replace the placeholder client.resource.get with a real call.

Collapse the Regeneration Safety table into the Architecture listing (or vice versa) to remove the duplicated file roster.

Add a verification step such as 'cargo build' must succeed and running the command returns expected JSON before the task is complete.

DimensionReasoningScore

Conciseness

Mostly lean and domain-specific with no generic-concept padding, but the Regeneration Safety table duplicates the Architecture listing and section 2 ('Available SDK Clients') is effectively empty.

2 / 3

Actionability

Provides an executable register() example and concrete build commands, but the 'Available SDK Clients' section lists nothing and client.resource.get is a placeholder, so key API-surface details are missing.

2 / 3

Workflow Clarity

The edit -> pattern -> build/run sequence is clear and numbered, but there are no validation or test checkpoints (e.g. 'cargo build succeeds' or a smoke test) before declaring done.

2 / 3

Progressive Disclosure

A single well-organized file with clearly labeled sections (Overview, Architecture, Adding a Custom Command, Regeneration Safety, Build & Test), no external references needed, and no deep nesting.

3 / 3

Total

9

/

12

Passed

Description

57%

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 targets a specific CLI niche and states its purpose, but lacks a 'Use when' trigger clause and leans on jargon ('co-generated SDK'). It is competent but not exemplary.

Suggestions

Add a 'Use when...' clause naming natural triggers, e.g. 'Use when adding user-authored commands to the webhook-audience-test CLI or extending it with custom API calls.'

Replace or gloss the jargon 'co-generated SDK' with user-facing terms like 'the typed SDK that ships with the CLI'.

List a second concrete action (e.g. 'register, wire up the authenticated SDK client, and run async calls') to strengthen specificity.

DimensionReasoningScore

Specificity

Names the domain ('custom commands for the webhook-audience-test CLI') and one concrete action ('author'), but does not list multiple specific actions as the score-3 anchor requires.

2 / 3

Completeness

It states what the skill does but provides no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 2 per the judging guidelines.

2 / 3

Trigger Term Quality

Has relevant keywords like 'custom commands' and 'CLI', but 'co-generated SDK' is technical jargon and common natural variations are missing.

2 / 3

Distinctiveness Conflict Risk

Tied to the unique 'webhook-audience-test' CLI name, giving it a clear niche that is unlikely to trigger for unrelated skills.

3 / 3

Total

9

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
fern-api/fern
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.