CtrlK
BlogDocsLog inGet started
Tessl Logo

beeper

Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.

62

Quality

72%

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/beeper/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.

The body is concise, actionable, and well-organized with executable examples and a useful privacy note; its only real gap is the absence of an explicit validation checkpoint in the database-query workflow.

Suggestions

Add a verification step to the workflow, e.g. 'Confirm accounts/rooms exist and that FTS returns rows before reporting; if empty, widen the match pattern or check the bridge account.'

Show how to map an FTS rowid back to its room/account so the report step is unambiguous (e.g. a join against the messages/rooms tables).

DimensionReasoningScore

Conciseness

The body is lean and efficient — it assumes Claude's knowledge, gives the DB path and FTS table, a short workflow, and two copy-paste probes with no padding or explanation of concepts Claude already knows.

3 / 3

Actionability

It provides fully executable sqlite3 commands with the real DB path and a concrete FTS match query, copy-paste ready, plus a privacy caveat tied to actual behavior.

3 / 3

Workflow Clarity

The four-step workflow is sequenced, but for a database-operation workflow it lacks an explicit validation/verification checkpoint (e.g. confirm the table exists or that a query returned rows before reporting), which caps clarity at 2 per the feedback-loops guidance.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no need for external references, and the body is well-organized into Source, Workflow, and probes sections, satisfying the simple-skill allowance for a top score.

3 / 3

Total

11

/

12

Passed

Description

57%

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 specific to a clear niche and names several concrete capabilities, but it omits explicit 'when to use' trigger guidance and leans on some technical jargon (FTS), limiting completeness and trigger-term quality.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when the user asks about local Beeper/iMessage/WhatsApp message history, contact hints, or room lookup.'

Replace or gloss the jargon 'FTS' with a natural phrase like 'full-text search of message contents' so trigger terms match what users actually say.

Expand the action list slightly (e.g. 'find contacts, look up rooms, search message text') to push specificity toward a comprehensive set of concrete actions.

DimensionReasoningScore

Specificity

Names the domain and several concrete capabilities ('contact hints, room lookup, WhatsApp/iMessage traces, FTS') but does not enumerate a comprehensive set of actions, matching the 'names domain and some actions' anchor rather than the multi-action level 3.

2 / 3

Completeness

It states what the skill does but lacks any 'Use when...' clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

It includes relevant user-facing terms like 'WhatsApp/iMessage' and 'contact hints', but 'FTS' is technical jargon and 'Beeper cache' is niche, so coverage of natural terms is partial rather than comprehensive.

2 / 3

Distinctiveness Conflict Risk

The Beeper/WhatsApp/iMessage cache niche is specific with distinct triggers and is unlikely to fire for unrelated skills.

3 / 3

Total

9

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
steipete/agent-scripts
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.