CtrlK
BlogDocsLog inGet started
Tessl Logo

eightctl

Control Eight Sleep pods (status, temperature, alarms, schedules).

65

Quality

80%

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 ./skills/eightctl/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A tight, highly actionable CLI reference that respects the token budget and is well sectioned; its only gap is the absence of an explicit sequenced workflow with validation checkpoints for state-changing operations.

Suggestions

For destructive/state-changing tasks (temperature, alarms, schedules) add an explicit sequence, e.g. 'Check current state with `eightctl status`, apply the change, then re-run `eightctl status` to verify.'

Add a brief validation step after auth setup (e.g. run `eightctl status` to confirm credentials work) before relying on other commands.

DimensionReasoningScore

Conciseness

The body is a lean bullet-point reference with no padding and no explanation of concepts Claude already knows; every line (auth config, commands, caveats) earns its place.

3 / 3

Actionability

It provides concrete, copy-paste-ready CLI commands with a real example value ('eightctl temp 20') and grouped subcommands ('eightctl alarm list|create|dismiss'), matching the fully-executable anchor.

3 / 3

Workflow Clarity

Content is organized as a command catalog rather than a sequenced multi-step workflow; the 'Confirm before changing temperature or alarms' note is a valuable safety cue but not an explicit validate-then-proceed feedback loop, so it sits at the 'steps present, checkpoints implicit' anchor.

2 / 3

Progressive Disclosure

The skill is under 50 lines, needs no external bundle files (none exist in references/scripts/assets), and is organized into clear sections (Auth, Quick start, Common tasks, Notes), meeting the simple-skill bar for progressive disclosure.

3 / 3

Total

11

/

12

Passed

Description

72%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A concise, distinct description that names the right product and capability areas, but it stops short of providing explicit 'when to use' trigger guidance and frames capabilities as nouns rather than actions.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to check or control their Eight Sleep pod — status, temperature, alarms, schedules, audio, or base angle.'

Reframe the capability list as concrete actions to lift specificity, e.g. 'Check status, set temperature, manage alarms and schedules for Eight Sleep pods.'

DimensionReasoningScore

Specificity

Names the domain ('Eight Sleep pods') and a concrete list of capability areas ('status, temperature, alarms, schedules'), but these are noun-based objects under a single verb ('Control') rather than multiple distinct actions, matching the anchor that names a domain and some actions but is not comprehensive.

2 / 3

Completeness

It clearly answers 'what' (control Eight Sleep pods for status/temperature/alarms/schedules) but provides no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 2 per the rubric guidelines.

2 / 3

Trigger Term Quality

The terms 'Eight Sleep pods', 'status', 'temperature', 'alarms', and 'schedules' are exactly the natural language a user of this product would say, giving good coverage of relevant trigger keywords.

3 / 3

Distinctiveness Conflict Risk

'Eight Sleep pods' is a highly specific product niche with distinct triggers, making it very unlikely to fire for or conflict with unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
Bitterbot-AI/bitterbot-desktop
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.