CtrlK
BlogDocsLog inGet started
Tessl Logo

daily-news-report

Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.

46

Quality

48%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/daily-news-report/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

38%Scale 1-5

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

This skill attempts to document a complex multi-agent orchestration workflow but suffers from significant verbosity—the ASCII architecture diagram, repeated YAML blocks, and conceptual explanations consume tokens without proportional value. While the workflow phases are logically sequenced and the SubAgent call examples provide some concrete guidance, the lack of truly executable code, missing configuration file definitions, and monolithic structure significantly weaken its effectiveness as a skill document.

Suggestions

Extract the ASCII architecture diagram, SubAgent prompt templates, and output template into separate bundle files (e.g., ARCHITECTURE.md, PROMPTS.md, TEMPLATE.md) and reference them from SKILL.md to improve progressive disclosure.

Provide actual sources.json and cache.json example files in the bundle since they are critical configuration dependencies referenced throughout the skill.

Add explicit validation checkpoints between phases, e.g., 'Verify SubAgent JSON response matches output_schema before proceeding to Phase 5' with a concrete validation check.

Trim conceptual explanations (e.g., what monitoring means, what fault tolerance is) and replace the verbose YAML pseudo-specifications with more concise, actionable instructions that assume Claude understands orchestration patterns.

DimensionReasoningScore

Conciseness

The skill is significantly verbose with extensive ASCII architecture diagrams, repeated YAML blocks explaining concepts Claude already understands (like how to dispatch tasks, what monitoring means), and redundant explanations. The architecture diagram alone consumes substantial tokens without adding actionable value. Many sections restate the same concepts in different formats.

2 / 5

Actionability

The skill provides structured YAML schemas and example SubAgent prompts with concrete output formats, which is helpful. However, much of the guidance is pseudo-procedural rather than truly executable—there are no actual runnable scripts, the MCP tool calls are listed but not shown in executable context, and the sources.json/cache.json structures are referenced but never defined. The SubAgent call examples are the most actionable part but still rely on YAML pseudocode.

3 / 5

Workflow Clarity

The 8-phase workflow is clearly sequenced and includes some feedback loops (retry/skip on failure, early stopping). However, validation checkpoints are implicit rather than explicit—there's no concrete 'validate this output before proceeding' step. The deduplication and scoring phases describe what to do conceptually but lack explicit verification steps. For a batch/destructive-adjacent operation (scraping and generating reports), the missing explicit validation caps this at 3.

3 / 5

Progressive Disclosure

Everything is crammed into a single monolithic SKILL.md with no bundle files. The sources.json and cache.json are referenced but never provided. The SubAgent prompt templates, output templates, and architecture details could all be split into separate reference files. The content is over 250 lines with no external file structure to support navigation, making it a wall of mixed-level detail.

2 / 5

Total

10

/

20

Passed

Description

58%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 provides a clear pipeline of actions (scrape, filter, report) which gives good specificity, but lacks an explicit 'Use when...' clause that would help Claude know when to select this skill. The trigger terms are adequate but miss common synonyms and natural user phrases like 'web scraping', 'daily digest', or 'content aggregation'.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks for a daily technical digest, web scraping summary, or content aggregation from monitored URLs.'

Include natural trigger terms and synonyms such as 'web scraping', 'daily digest', 'content aggregation', 'tech news roundup', or 'automated report'.

Clarify what 'high-quality technical information' means by specifying the filtering criteria or content types (e.g., 'filters for relevant engineering blog posts, release notes, and documentation updates').

DimensionReasoningScore

Specificity

Lists several specific actions: scraping content from a preset URL list, filtering high-quality technical information, and generating daily Markdown reports. These are concrete actions, though 'filters high-quality technical information' is somewhat vague about what 'high-quality' means and what filtering criteria are used.

4 / 5

Completeness

The 'what' is reasonably clear (scrapes URLs, filters content, generates reports), but there is no explicit 'when' clause. There is no 'Use when...' guidance telling Claude when to select this skill, which caps this dimension at 3 per the rubric guidelines.

3 / 5

Trigger Term Quality

Contains some relevant keywords like 'scrapes', 'URL list', 'Markdown reports', and 'technical information', but misses natural user phrases like 'web scraping', 'daily digest', 'content aggregation', 'news feed', or 'tech news'. Users might not naturally say 'preset URL list' when requesting this functionality.

3 / 5

Distinctiveness Conflict Risk

The combination of web scraping from a preset URL list, technical content filtering, and daily Markdown report generation is fairly distinctive. There's minor overlap risk with general web scraping or report generation skills, but the specific pipeline described (preset URLs → filter → daily reports) narrows the niche.

4 / 5

Total

14

/

20

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.