CtrlK
BlogDocsLog inGet started
Tessl Logo

z-api

Z-API integration. Manage data, records, and automate workflows. Use when the user wants to interact with Z-API data.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/z-api/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

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 executable commands and a solid connection-flow state machine, but it is held back by a padded intro, broken step numbering, and missing post-run validation.

Suggestions

Delete or trim the marketing intro paragraph; Claude does not need Z-API explained or sold to it.

Fix the step numbering: add a "Step 1a" / "Step 2" structure so the "skip to Step 2" and "1b" references resolve.

Add a verification step after `membrane action run` (e.g., inspect the `output` field and confirm expected state) to cover destructive/batch action runs.

DimensionReasoningScore

Conciseness

Most of the body is efficient command examples, but the intro ("Z-API is a tool that allows users to connect different software applications... used by businesses of all sizes... streamline processes") is marketing-style padding Claude does not need.

3 / 5

Actionability

Copy-paste-ready `membrane` commands with flags cover the common cases (install, login, connection ensure, action list/run, request proxy) and are fully executable.

5 / 5

Workflow Clarity

The connection state machine has good checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED), but step references are broken ("skip to Step 2" with no Step 2; "1b" with no "1a") and running potentially destructive actions lacks any post-run validation, capping the score at 3.

3 / 5

Progressive Disclosure

Sections are well-organized for a single-file CLI guide, but at ~145 lines with no bundle files it inlines material (the connection state-machine detail and proxy flag table) that could be split into references.

4 / 5

Total

15

/

20

Passed

Description

63%Weight 40%Scale 1-5

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 answers both what and when and is anchored to a distinct named tool, but its capability verbs are generic and trigger-term coverage lacks synonyms.

Suggestions

Replace generic verbs ("Manage data, records") with concrete Z-API actions (e.g., "list customers, fetch order details, create invoices").

Expand the trigger clause with natural variations such as "Z-API records, Z-API orders, Z-API workflows" so it matches how users actually phrase requests.

DimensionReasoningScore

Specificity

"Manage data, records, and automate workflows" names the domain and a few nominal actions, but the verbs are generic rather than concrete, landing between anchors 2 and 3.

2.5 / 5

Completeness

Both a "what" ("Manage data, records, and automate workflows") and an explicit "when" ("Use when the user wants to interact with Z-API data") are present, though the trigger could be more specific.

4 / 5

Trigger Term Quality

"Z-API" is a natural keyword a user would say, but the surrounding terms ("data") are generic and no synonyms or variations are offered.

3 / 5

Distinctiveness Conflict Risk

The named tool "Z-API" with a trigger scoped to "interact with Z-API data" carves a clear niche with minimal overlap risk.

5 / 5

Total

14.5

/

20

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

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
membranedev/application-skills
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.