CtrlK
BlogDocsLog inGet started
Tessl Logo

tempo

Tempo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tempo 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/tempo/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%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 largely actionable and concise, with concrete CLI commands and a clear polling state machine for connection setup. The main weaknesses are muddled step numbering in the connection workflow and bulk inlined reference material (entity overview, proxy flags) that would benefit from separate files.

Suggestions

Fix the workflow numbering: label the steps explicitly (Step 1 connection, Step 2 search/run actions) and replace the orphaned "#### 1b." with a consistent sub-step under Step 1.

Add an explicit validation checkpoint after authentication (e.g. "After the user completes the action, poll until state is READY before running any actions") to make the feedback loop concrete.

Move the 15-entity Tempo overview and the proxy flag table into separate reference files (e.g. references/entities.md, references/proxy.md) with one-level-deep links from SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly lean executable commands and a flag table with only minor editorial padding ("auth plumbing", "this is the fastest way to get a connection"). It is not a 5 because of those asides and the verbose inlined 15-entity overview.

4 / 5

Actionability

It provides concrete, executable commands with real flags (e.g. `membrane action run <actionId> --connectionId=CONNECTION_ID --json`) and a proxy options table. It is not a 5 because common-case worked examples with real parameter values are not shown and CONNECTION_ID remains an unresolved placeholder.

4 / 5

Workflow Clarity

The connection-to-poll-to-act sequence exists and the polling state-handling loop (READY / CLIENT_ACTION_REQUIRED / CONFIGURATION_ERROR) is clear, but step numbering is broken (it references "Step 2" with no such header and has a "1b" with no explicit 1a). It is not a 2 because the polling state machine is genuinely well described, but implicit checkpoints keep it at 3.

3 / 5

Progressive Disclosure

It is a single well-sectioned file with no bundle references, which is acceptable, but the inlined 15-entity overview and full proxy-flag table are bulk content that could be split into separate files. It is not a 4 because no clear one-level reference structure is established.

3 / 5

Total

14

/

20

Passed

Description

50%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-statement with an explicit "Use when" trigger and names the specific Tempo app, giving good distinctiveness and completeness. It is weakest on specificity and trigger-term quality because the actions are generic and lack natural Tempo-specific keywords like time tracking or worklogs.

Suggestions

Replace generic verbs ("Manage data, records, and automate workflows") with concrete Tempo actions such as "log worklogs, run reports, manage teams and accounts".

Add natural user trigger terms and synonyms, e.g. "Use when the user wants to track time in Tempo, log or edit worklogs, run timesheet reports, or manage Tempo teams and projects."

Keep the explicit "Use when" clause but make the trigger phrases concrete (worklogs, timesheets, time tracking) rather than the broad "interact with Tempo data".

DimensionReasoningScore

Specificity

"Manage data, records, and automate workflows" names the Tempo domain but uses generic verbs rather than concrete Tempo operations (worklogs, reports, teams). It is not a 3 because no specific concrete actions are listed.

2 / 5

Completeness

It provides both a "what" ("Tempo integration. Manage data, records, and automate workflows") and an explicit "when" clause ("Use when the user wants to interact with Tempo data"). It is not a 5 because the triggers are not concrete or varied.

4 / 5

Trigger Term Quality

Only "interact with Tempo data" is a natural user phrase; it misses common synonyms like "time tracking", "worklogs", or "timesheets". It is not a 3 because keyword coverage is sparse and generic.

2 / 5

Distinctiveness Conflict Risk

The named Tempo app gives a clear niche with minimal conflict risk. It is not a 5 because the generic "data, records, workflows" language creates minor overlap with other data-management skills.

4 / 5

Total

12

/

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.