CtrlK
BlogDocsLog inGet started
Tessl Logo

baserow

Baserow integration. Manage Workspaces, Users, Roles. Use when the user wants to interact with Baserow data.

56

Quality

65%

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/baserow/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 content is actionable and well-structured with concrete CLI commands and a clear connection state machine, but it is held back by missing validation steps for destructive/batch action workflows, some padded explanatory prose, and a lack of any progressive disclosure to supporting files.

Suggestions

Add an explicit validation/verification step to the 'Running actions' workflow for batch and destructive operations (e.g., confirm row counts before batch-delete, verify a created row exists after create), so batch ops are not executed unvalidated.

Trim concepts Claude already knows — remove the 'open-source alternative to Airtable' definition paragraph and the 'so you can focus on the integration logic rather than auth plumbing' filler.

Fix the dangling 'Step 2' reference by adding a matching '### Step 2' header (or reword to 'skip to Searching for actions'), and populate the empty Description column in the Popular actions table.

DimensionReasoningScore

Conciseness

The body is mostly efficient with concrete CLI commands throughout, but includes unnecessary explanation Claude does not need — the opening paragraph defining Baserow ('open-source, no-code database... alternative to Airtable') and the padded line 'so you can focus on the integration logic rather than auth plumbing'.

3 / 5

Actionability

Concrete executable commands are given for every phase (`npm install -g @membranehq/cli@latest`, `membrane connection ensure`, `membrane action run`, `membrane request`), plus a flags table — mostly copy-paste ready with minor gaps like the empty Description column in the Popular actions table and unsubstituted placeholders.

4 / 5

Workflow Clarity

The connection flow has clear state-based sequencing (READY / BUILDING / CLIENT_ACTION_REQUIRED / CONFIGURATION_ERROR) with polling feedback, but the 'Running actions' workflow — which covers destructive and batch operations (delete-row, batch-delete-rows, batch-create-rows) — has no validation/verification checkpoint, and the referenced 'Step 2' has no matching header, so the batch-ops validation cap applies.

3 / 5

Progressive Disclosure

There are no bundle files and no external references; the single SKILL.md is well-sectioned but the long connection-state machine and the 15-row Popular actions table are inline content that, in a >50-line skill, could be split into reference files for easier navigation.

3 / 5

Total

13

/

20

Passed

Description

73%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 is strong: it answers both what and when with an explicit trigger clause, names the specific Baserow domain, and is highly distinctive as a single-app integration. Its main weakness is the generic 'Manage' verb, which blunts the specificity of the listed entities.

DimensionReasoningScore

Specificity

It names the domain ('Baserow integration') and lists concrete objects ('Manage Workspaces, Users, Roles'), but the action verb 'Manage' is generic rather than naming specific operations like create/list/delete, so it sits above the minimal-action anchor but below the 'several specific actions' anchor.

3 / 5

Completeness

It answers both 'what' ('Manage Workspaces, Users, Roles') and 'when' ('Use when the user wants to interact with Baserow data') with an explicit 'Use when...' trigger clause, but the 'when' is somewhat generic and could name more specific triggers.

4 / 5

Trigger Term Quality

It includes strong natural keywords a user would actually say — 'Baserow', 'Workspaces', 'Users', 'Roles', 'Baserow data' — giving good coverage, though it lacks synonym or file-extension variations.

4 / 5

Distinctiveness Conflict Risk

Baserow is a single named application, giving a clear niche with distinct triggers ('Baserow', 'Baserow data') and minimal conflict risk with other skills.

5 / 5

Total

16

/

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.