CtrlK
BlogDocsLog inGet started
Tessl Logo

reports

Save and load timestamped reports. Keyword routing for fast lookup. Cron jobs save output as reports; the agent or user queries them by keyword.

54

Quality

61%

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

Quality

Content

72%

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

A tight, well-organized instruction skill that avoids padding and states concrete templates, but it stops short of fully executable guidance and lacks validation checkpoints in its workflow.

Suggestions

For the 'Load latest' phase, give the concrete lookup step (e.g., the search query or directory-scan command used to find the most recent file by category) instead of just 'find the most recent report file'.

Add a lightweight verification checkpoint after Save (e.g., confirm the file was written and is searchable) so the workflow has an explicit validate-then-proceed step.

Replace the vague 'Custom mappings configurable' with one concrete example of how a custom keyword→category mapping is added.

DimensionReasoningScore

Conciseness

The body is lean with no concept explanations (it never explains what a report or cron job is) and every section earns its place; the Contract section lightly overlaps the Phases but serves as a concise guarantee summary.

3 / 3

Actionability

It gives a concrete path template `reports/{category}/{YYYY-MM-DD-HHMM}.md`, a copy-able frontmatter YAML block, and specific keyword→category mappings, but the Load-latest step ('find the most recent report file') states no mechanism and 'Custom mappings configurable' is vague.

2 / 3

Workflow Clarity

The Phases are clearly sequenced (Save → Load latest → Keyword routing), but there are no explicit validation checkpoints or feedback loops; the Anti-Patterns section offers guardrails rather than verify-then-proceed steps.

2 / 3

Progressive Disclosure

The skill is under 50 lines, single-purpose, needs no external references, and is organized into well-labeled sections (Contract, Phases, Output Format, Anti-Patterns), matching the rubric's allowance for simple skills.

3 / 3

Total

10

/

12

Passed

Description

50%

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 states concrete capabilities and implies a clear use case, but it omits an explicit 'Use when…' trigger and leans on sparse natural keywords, leaving every dimension at the middle anchor.

Suggestions

Add an explicit 'Use when…' clause naming the situations that should trigger this skill (e.g., 'Use when cron jobs produce output that the agent or user later needs to look up by keyword').

Surface natural trigger terms from the triggers list into the description (briefing, latest report, pulse) so the description itself covers common user phrasings.

Replace the mechanism phrase 'Keyword routing for fast lookup' with a concrete user-facing action (e.g., 'look up saved reports by keyword') to sharpen specificity.

DimensionReasoningScore

Specificity

It names the domain ('timestamped reports') and several actions (save, load, route, query), but 'Keyword routing for fast lookup' is a mechanism label rather than a concrete user-facing action and is not as comprehensive as the score-3 anchor's listed actions.

2 / 3

Completeness

It clearly answers what the skill does, but the when is only implied ('the agent or user queries them by keyword'); there is no explicit 'Use when…' clause, which caps completeness at 2 per the rubric guidelines.

2 / 3

Trigger Term Quality

'reports' and 'keyword' are natural terms a user would say, but common variations (briefing, latest, summary, pulse) appear only in the triggers field and are absent from the description itself.

2 / 3

Distinctiveness Conflict Risk

The cron-fed, keyword-routed report store is a niche, but 'reports' alone is generic and could overlap with other skills that produce outputs; the description lacks a sharply distinguishing trigger phrase.

2 / 3

Total

8

/

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
garrytan/gbrain
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.