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.

53

Quality

60%

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

61%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 body is admirably concise and reasonably well-structured for a simple meta-skill, but the fallback guidance is high-level rather than executable and the workflow lacks validation checkpoints around the memory-write step. Actionability and workflow clarity are the main weaknesses.

Suggestions

Make the fallback concrete: show the actual skill invocation order with example arguments (location, query, memory path) rather than only naming the skills.

Add a validation checkpoint before the memory_save append (e.g., confirm the digest is non-empty and within max_words) to lift workflow clarity above 3.

Note expected failure handling (e.g., what to do if weather or news returns nothing) so the workflow is robust end-to-end.

DimensionReasoningScore

Conciseness

The body is lean — a short overview paragraph and a brief fallback — with no padding or explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

The fallback only names skills/tools ("call weather, then multi-search-engine, summarize, and finally memory_save manually") without concrete commands, arguments, or examples, leaving the specific execution steps missing.

2 / 5

Workflow Clarity

The sequence (weather → news → summarize → memory_save) is stated, but there are no validation checkpoints, and the memory_save append is a write/batch-like operation which caps workflow clarity at 3 per the guidelines.

3 / 5

Progressive Disclosure

For a short single-purpose skill with no external references needed, the body is well-organized into overview and Fallback sections; minor gaps only, appropriately avoiding unnecessary file references.

4 / 5

Total

14

/

20

Passed

Description

58%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 clearly conveys what the skill composes and names concrete components, but it omits an explicit "when to use" trigger clause and relies on frontmatter for natural trigger terms. Specificity and distinctiveness are solid; completeness and trigger-term quality are the weak spots.

Suggestions

Add an explicit "Use when..." clause naming trigger phrases (e.g., "Use when the user asks for a morning digest, 晨报, or 每日简报") to lift completeness above 3.

Surface one or two natural trigger keywords or synonyms inside the description itself rather than only in frontmatter.

Tighten distinctiveness by contrasting with a plain summarize/news skill (e.g., "unlike a one-off summary, this is a fixed weather+news+memory bundle").

DimensionReasoningScore

Specificity

Names the domain and several concrete components — "local weather", "news for the user's interest topic", "structured summary", and "memory note" — giving several specific actions with only minor coverage gaps.

4 / 5

Completeness

It gives a clear "what" (compose a digest from weather, news, summary, memory note) but no "Use when..." clause or explicit trigger guidance, which caps completeness at 3 per the guidelines.

3 / 5

Trigger Term Quality

The description contains the natural phrase "morning digest" but lacks common variations or synonyms; the actual trigger terms live in frontmatter rather than the description text.

3 / 5

Distinctiveness Conflict Risk

"Morning digest" is a fairly distinct niche with minimal overlap risk against general summarize or news skills, though it could loosely overlap with generic summarization skills.

4 / 5

Total

14

/

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