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.

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

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/daily-news-report/SKILL.md

The canonical home for this skill is daily-news-report in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

67%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 skill delivers concrete, actionable orchestration guidance with a clear multi-phase workflow, but it is verbose, keeps everything in one monolithic file, and omits an explicit validation checkpoint for a batch operation. Tightening prose and adding a verify-before-finalize step would lift the weakest dimensions.

Suggestions

Add an explicit validation checkpoint before report generation — e.g. verify item count and dedup quality, and re-run a wave if the threshold is unmet.

Move the report template and SubAgent task schema into separate reference files and link to them one level deep to improve progressive disclosure.

Trim the ASCII architecture diagram and the duplicated worker-agent task block to reduce token weight.

DimensionReasoningScore

Conciseness

The body is mostly operational rather than explanatory, but the decorative ASCII architecture diagram, repeated task-format blocks, and verbose phase YAML could be tightened, leaving some unnecessary padding.

3 / 5

Actionability

Provides concrete SubAgent prompts, named MCP tools (mcp__chrome-devtools__new_page/wait_for/take_snapshot), a structured output schema, and a copy-pasteable report template, with only minor gaps around actual fetch execution.

4 / 5

Workflow Clarity

Eight phases are clearly sequenced with monitoring, feedback, and early-stop thresholds, but this batch scraping workflow lacks an explicit validation checkpoint verifying output correctness before finalizing, capping it at 3.

3 / 5

Progressive Disclosure

Content is section-organized but entirely inline with no bundle files; material that could live in separate references (e.g. the report template, task schema) is inlined, and config file references (sources.json, cache.json) are not provided as actual files.

3 / 5

Total

13

/

20

Passed

Description

55%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 conveys concrete capabilities (scrape, filter, generate reports) but lacks any explicit trigger guidance, which caps completeness and distinctiveness. Adding a "Use when..." clause with natural terms like "news" or "tech news digest" would raise several dimensions.

Suggestions

Append a "Use when..." clause naming natural trigger phrases such as "daily news report", "tech news digest", or "curated Markdown briefing".

Include the word "news" or "curated news" so the description matches what a user would actually say.

Tighten distinctiveness by naming the output domain explicitly, e.g. "daily technical-news report" rather than generic "content".

DimensionReasoningScore

Specificity

Names three concrete actions — "Scrapes content based on a preset URL list", "filters high-quality technical information", and "generates daily Markdown reports" — giving several specific actions with only minor coverage gaps.

4 / 5

Completeness

Clearly states what the skill does but provides no "Use when..." clause or equivalent trigger guidance, so the "when" is missing and completeness is capped at 3.

3 / 5

Trigger Term Quality

Includes relevant keywords ("daily", "Markdown reports", "technical information", "URL list") but omits the natural user term "news" and common synonyms, so keyword coverage has gaps.

3 / 5

Distinctiveness Conflict Risk

The daily tech-report niche is somewhat specific, but broad phrasing like "content" and "URL list" could overlap with other generic scraping skills.

3 / 5

Total

13

/

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