CtrlK
BlogDocsLog inGet started
Tessl Logo

wave-financial

Wave Financial integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wave Financial data.

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

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/wave-financial/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%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 a well-structured, mostly executable guide to driving Wave Financial through the Membrane CLI, with strong command coverage and a clear connection-state workflow. It loses points for marketing-style padding, placeholder-only action examples, missing validation around destructive operations, and an inlined reference table that belongs in a separate file.

Suggestions

Trim the opening product/marketing paragraph to one sentence of integration-relevant context only.

Add an explicit validation/confirmation step before destructive actions, e.g. verify the invoice exists and confirm with the user before running delete-invoice/delete-customer.

Move the Popular actions reference table into a separate references/ file and link to it from the overview to improve progressive disclosure.

Include at least one concrete end-to-end action example with real parameters (e.g. create-invoice with actual customer/amount fields) instead of the generic {"key": "value"} placeholder.

DimensionReasoningScore

Conciseness

The bulk is lean, executable CLI commands and genuinely useful state-handling detail, but the opening paragraph ("accounting and bookkeeping software... affordable and easy-to-use accounting solution") and phrases like "so you can focus on the integration logic rather than auth plumbing" are product/marketing padding Claude does not need. Mostly efficient with some unnecessary explanation.

3 / 5

Actionability

Commands are concrete and copy-paste-ready (install, login, connection ensure/get, action list/run, request) with flags explained. Held below 5 because action-invocation examples use abstract placeholders ("--input '{\"key\": \"value\"}'", "<actionId>") rather than a concrete end-to-end example with real fields.

4 / 5

Workflow Clarity

The connect-and-poll workflow has explicit state checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED) and a re-poll feedback loop, but the skill exposes destructive operations (delete-invoice, delete-customer) run via the generic `membrane action run` with no validation or confirmation step. The destructive-operations cap holds this at 3.

3 / 5

Progressive Disclosure

The skill is a single ~160-line file with no bundle files, and the 20-row Popular actions table plus the proxy-flags table are reference-style content inlined in the overview rather than split into a separate reference file. Structure is reasonable, but content that should be separate is inline with no one-level-deep references.

3 / 5

Total

13

/

20

Passed

Description

57%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 correctly pairs a 'what' with an explicit 'Use when' trigger and is anchored to a specific app, giving it decent completeness and distinctiveness. Its main weakness is generic, non-concrete action language and a thin set of natural trigger keywords.

Suggestions

Replace generic verbs with concrete Wave Financial actions, e.g. "Create and send invoices, manage customers and accounts, and reconcile transactions".

Expand the trigger clause with natural terms users say: "Use when the user wants to manage invoices, customers, expenses, or accounting data in Wave Financial."

Keep the third-person voice (already correct) but ensure the 'when' lists specific accounting tasks rather than the abstract phrase "interact with Wave Financial data".

DimensionReasoningScore

Specificity

Phrases like "Manage data, records, and automate workflows" name the Wave Financial domain but the actions are minimal and generic rather than concrete (no invoices/expenses/payroll). This fits the 'names the domain but actions are minimal or generic' anchor better than 3, which requires 1-2 concrete actions.

2 / 5

Completeness

It states both a 'what' ("Manage data, records, and automate workflows") and an explicit 'when' ("Use when the user wants to interact with Wave Financial data"). Not 5 because neither the what nor the when enumerates concrete trigger phrases; not 3 because both are explicitly present.

4 / 5

Trigger Term Quality

The description includes the natural domain term "Wave Financial" and a "Use when...interact with Wave Financial data" trigger, but it misses common variations and synonyms a user might say (invoices, accounting, expenses, bookkeeping). Better than 2 because it names the specific app users would mention.

3 / 5

Distinctiveness Conflict Risk

Being tied to the specific named app "Wave Financial" gives it a clear niche with minimal conflict risk, but the generic action phrasing ("Manage data, records") leaves minor overlap risk with other business/accounting app skills. Not 5 because the triggers are not as concrete as the 5 anchor.

4 / 5

Total

13

/

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.