CtrlK
BlogDocsLog inGet started
Tessl Logo

meta-scheduled-morning-digest

Compose a morning digest combining local weather, news for the user's interest topic, a structured summary, and a memory note.

57

Quality

66%

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 ./src/opensquilla/skills/exp/meta-scheduled-morning-digest/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-3

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

The body is appropriately concise and well-organized for a simple meta-skill, but it describes the workflow rather than providing executable guidance and lacks any validation checkpoint before the memory write. The frontmatter composition carries the actual executable spec.

Suggestions

Add a concrete validation step before the memory_save append (e.g. confirm the digest is non-empty and within max_words) to raise workflow clarity.

Make the primary instruction executable rather than descriptive — point to the frontmatter composition steps or give a copy-paste fallback command sequence instead of prose.

Include a short note on what to do if weather or news returns no results, so the workflow has an explicit error-recovery branch.

DimensionReasoningScore

Conciseness

The body is a lean ~9 lines with no concept explanations or padding; the scope note about recurring scheduling is relevant context rather than fluff, matching the lean/efficient anchor.

3 / 3

Actionability

The body describes the process ("Pulls today's weather...") rather than giving executable code, and the fallback names tools in sequence without copy-paste-ready commands, matching the anchor for some concrete but incomplete guidance.

2 / 3

Workflow Clarity

The weather→news→summarize→memorize sequence is clearly stated but there are no validation checkpoints, and the memory_save append is a write operation that the scoring notes say should cap workflow clarity at 2.

2 / 3

Progressive Disclosure

This is a simple skill under 50 lines with no bundle files and no need for external references; the overview plus a Fallback section is well-organized, which the scoring notes allow to score 3.

3 / 3

Total

10

/

12

Passed

Description

60%Weight 40%Scale 1-3

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 about the digest's components but lacks any "Use when" trigger guidance and only covers a single trigger term. It is clearly scoped yet at risk of overlapping with related news/summary skills.

Suggestions

Add an explicit "Use when..." clause naming natural trigger phrases (e.g. daily briefing, morning briefing, 每日简报) to satisfy completeness and distinctiveness.

Broaden trigger term coverage beyond "morning digest" to include common user phrasings like "daily digest" or "morning briefing".

Add a disambiguating phrase (e.g. "Use when the user asks for a combined morning weather-and-news briefing, not a single-topic search") to reduce conflict with standalone news/summarize skills.

DimensionReasoningScore

Specificity

Lists multiple concrete components ("local weather, news for the user's interest topic, a structured summary, and a memory note") under the action "Compose... combining", matching the anchor for several specific concrete actions.

3 / 3

Completeness

Clearly states what the skill does but provides no "Use when..." clause or equivalent trigger guidance; per the rubric guideline a missing trigger clause caps completeness at 2.

2 / 3

Trigger Term Quality

Includes the natural term "morning digest" but offers no common variations (e.g. daily briefing, morning briefing), matching the anchor for some relevant keywords missing common variations.

2 / 3

Distinctiveness Conflict Risk

The morning-digest niche is fairly specific but could still overlap with generic news or summarize skills, and lacks explicit trigger phrasing to disambiguate.

2 / 3

Total

9

/

12

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