CtrlK
BlogDocsLog inGet started
Tessl Logo

advanced-daily-report

进阶版日报生成器,支持多数据源采集、工作分析、趋势对比、周报月报聚合

56

Quality

64%

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 ./jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/advanced-daily-report/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

63%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 highly actionable with concrete commands and a clear execution workflow, but it is verbose from repeated data-source descriptions and monolithic with no progressive disclosure to separate reference files.

Suggestions

Deduplicate the data-source information — keep one authoritative table and remove the repeated descriptions in 核心能力 and 配置说明.

Move the full report template and the Python API reference into separate reference files (e.g. TEMPLATE.md, API.md) and link to them from SKILL.md to enable progressive disclosure.

Add an explicit validation checkpoint in 执行步骤 (e.g. confirm the REPORT_FILE path exists and handle missing email config) to strengthen the workflow feedback loop.

DimensionReasoningScore

Conciseness

Mostly efficient and domain-specific rather than explaining basics, but data sources are described three times (核心能力 table, 数据源说明 table, 配置说明) and a full report template plus API reference are inlined, so it could be meaningfully tightened.

3 / 5

Actionability

Provides copy-paste-ready commands (`python .../run_report.py daily --save` etc.) covering daily/weekly/monthly cases plus concrete Python API examples, with only minor gaps around the un-bundled module implementations.

4 / 5

Workflow Clarity

The numbered 执行步骤 section gives a clear sequence with a concrete REPORT_FILE: output-parsing checkpoint; validation is mostly implicit with minor gaps, but the operation is read-only/non-destructive so the destructive-cap does not apply.

4 / 5

Progressive Disclosure

It is well-organized with clear section headers, but at ~290 lines it is monolithic with no external file references and reference material (full template, API reference, directory tree) inlined, so it does not meet the <50-line simple-skill exception.

3 / 5

Total

14

/

20

Passed

Description

66%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 concretely names the tool's domain and several capabilities in third person, but it omits any explicit 'when to use' trigger guidance, which caps completeness. Trigger-term coverage is good but lacks common synonyms.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user asks to generate 日报/周报/月报, summarize work, or compare work trends.'

Add common synonyms such as '工作总结', '月度总结', and '代码提交统计' to broaden natural trigger-term coverage.

Tighten capability phrasing from abstract ('工作分析', '趋势对比') to more concrete actions ('计算任务完成率与生产力得分', '对比昨日与上周趋势').

DimensionReasoningScore

Specificity

Names the domain ('进阶版日报生成器') and lists several concrete capabilities — '多数据源采集', '工作分析', '趋势对比', '周报月报聚合' — but they are domain-level rather than the most granular actions, so it falls at anchor 4 rather than 5.

4 / 5

Completeness

Clearly states the 'what' but provides no 'Use when...' clause or equivalent explicit trigger guidance, so completeness is capped at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Includes natural terms users would say ('日报', '周报', '月报'), but omits common synonyms and variations (e.g. '工作总结', '月度总结', '代码提交统计') that appear later in the body, placing it just below comprehensive coverage.

4 / 5

Distinctiveness Conflict Risk

It targets a clear niche (multi-source report generation with analysis), mostly distinct from other skills, with only minor overlap risk against generic report/productivity automation.

4 / 5

Total

15

/

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.

Validation — 15 / 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
XiaoLuoLYG/GOD
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.