CtrlK
BlogDocsLog inGet started
Tessl Logo

paper-select-journal

当用户明确要求“推荐投稿期刊”“帮我的论文选 SCI 杂志”“这篇 manuscript 适合投哪些 journal”“期刊匹配/选刊/投稿建议”时必须使用。适用于用户提供全文、摘要、Markdown、LaTeX、PDF、Word 或混合材料的场景;本 skill 会基于 manuscript 与用户偏好,先用内置 `2023IF.xlsx` 做最小硬过滤生成候选池,再由宿主模型自主规划 Set1/Set2/Set3,并联网核验 scope / 质量 / 近 3 个月 PubMed 论文,最后输出 1 份按推荐度排序的 Markdown 选刊报告。⚠️ 不适用:用户只是想润色论文、只想翻译摘要、或只问某个单一期刊的官网信息而不需要系统选刊。

71

Quality

89%

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

SKILL.md
Quality
Evals
Security

Quality

Content

78%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 executable commands and a well-sequenced, gated multi-step workflow, and it is mostly token-efficient. Its main defect is progressive disclosure: four referenced template files under a non-existent templates/ directory are dead links, undermining the otherwise clean reference structure.

Suggestions

Create the missing templates/ directory with manuscript_profile.template.json, scope_review.template.json, set3_similarity_review.template.json, and final_recommendations.template.json, or repoint those references to the files that actually exist.

Tighten recurring cautionary refrains (e.g. 'Set1 不是最终答案' and '不要退化成机械 token 打分') so each warning appears once, and factor the long workspace path into a variable to avoid repeating it verbatim in every command block.

Add an explicit validate-and-retry feedback loop for the script steps (e.g. what to do if shortlist_journals.py or fetch_pubmed_recent.py fails or returns an empty candidate set) to lift workflow clarity from a batch operation to a 5.

DimensionReasoningScore

Conciseness

Mostly efficient imperative/procedural Chinese prose that assumes competence, but cautionary refrains recur ('不要把这一步误解为...', '不要再把这一步退化成机械 token 打分', 'Set1 不是最终答案' stated multiple times) and the long path placeholder is repeated verbatim in every command, adding trimmable padding.

4 / 5

Actionability

Every workflow step ships an executable command with full arguments (e.g. `python3 <skill_root>/scripts/shortlist_journals.py --workspace ... --profile ...`), names concrete output files, and lists required JSON fields — copy-paste ready with the one placeholder explained in '命令路径说明'.

5 / 5

Workflow Clarity

A clearly sequenced six-step pipeline (profile → Set1 → verify/Set2 → PubMed → Set3 → final/report) with gating checkpoints (only Set2 journals passing 核验, only Set3 with include_in_set3=true reach the final report) and a 决策规则 checklist; missing an explicit script-failure 'fix and re-run' feedback loop keeps it just below 5.

4 / 5

Progressive Disclosure

Structure is good and references are clearly signaled one level deep (references/*.md, scripts/*.py, assets/journal_catalog/2023IF.xlsx all exist), but four referenced template paths (`templates/manuscript_profile.template.json`, `scope_review.template.json`, `set3_similarity_review.template.json`, `final_recommendations.template.json`) point to a templates/ directory that does not exist in the bundle, breaking navigation for those entry points.

3 / 5

Total

16

/

20

Passed

Description

100%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 is specific, trigger-rich, complete, and distinct: it names concrete actions, enumerates natural user phrasings, covers both what and when (including a non-applicable boundary), and carves out a narrow niche. Voice is third-person as required.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — '先用内置 2023IF.xlsx 做最小硬过滤生成候选池', '联网核验 scope / 质量 / 近 3 个月 PubMed 论文', '输出 1 份按推荐度排序的 Markdown 选刊报告' — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly answers both 'what' (hard-filter candidate pool, host-model Set1/Set2/Set3 planning, online verification, sorted Markdown report) and 'when' (concrete trigger phrases plus a '⚠️ 不适用' boundary clause), with third-person voice ('本 skill 会...').

5 / 5

Trigger Term Quality

Includes natural user phrases with synonyms — '推荐投稿期刊', '帮我的论文选 SCI 杂志', '这篇 manuscript 适合投哪些 journal', '期刊匹配/选刊/投稿建议' — covering the ways users actually request journal selection.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear SCI-journal-selection niche with distinct triggers, and the explicit 不适用 boundary (润色/翻译/单一期刊查询) minimizes conflict with adjacent skills.

5 / 5

Total

20

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

referenced_paths_exist

Referenced path issues: 1 deeper-than-1-level

Warning

Total

13

/

16

Passed

Repository
huangwb8/ChineseResearchLaTeX
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.