CtrlK
BlogDocsLog inGet started
Tessl Logo

arming-thought

触发:在每次新的顶层对话开始时自动调用,用于建立“实事求是”的总原则,并在明确适用时为后续任务选择下游 skill;如果你是被派遣执行单一具体任务的子 agent,则跳过此 skill。 English: Trigger at the start of each new top-level conversation to establish the core methodology and select downstream skills only when clearly useful. Skip this skill when you are a delegated sub-agent handling a narrow, concrete task.

56

Quality

63%

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

Quality

Content

50%

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

The body is well-organized with useful dispatch tables and clear guidance, but it reads more as a methodology manifesto than an executable workflow — behavior rules are observational criteria rather than runnable steps, and there are no validation checkpoints or external reference structure.

Suggestions

Convert the '核心行为规则' table from observable-criteria descriptions into concrete, runnable steps the model can execute and verify (e.g., explicit 'attach evidence to each conclusion' action with a check).

Add an explicit decision/validation checkpoint in the dispatch flow — a concrete test for 'would this downstream skill clearly improve the result' before invoking it.

Tighten the 实事求是 section by trimming the Mao quote attribution and removing restatements of the same principle across sections to improve token efficiency.

DimensionReasoningScore

Conciseness

The body is mostly efficient with well-structured tables, but sections like the full quote attribution and repeated restatements of the 实事求是 principle could be tightened without losing meaning.

2 / 3

Actionability

The dispatch table gives concrete situation-to-skill mappings and platform-specific invocation methods (Skill tool, commands/, skills/*/SKILL.md), but the core behavior rules are observable criteria rather than executable steps a model can run verbatim.

2 / 3

Workflow Clarity

A dispatch sequence is implied (assess 实事求是 → decide if downstream skill helps → invoke one), but there are no explicit validation checkpoints or feedback loops despite routing being a decision process.

2 / 3

Progressive Disclosure

Content is well-organized into clear sections with no bundle files present, but the document is a single monolithic overview with no one-level-deep references to detail material.

2 / 3

Total

8

/

12

Passed

Description

77%

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 clearly states both what the skill does and when to trigger it, including a helpful skip condition for sub-agents. Trigger terms are functional but not the most natural user vocabulary, and as a dispatcher it carries some overlap risk with the skills it routes to.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'establish the core methodology', 'select downstream skills only when clearly useful', and an explicit skip rule for sub-agents — concrete rather than vague.

3 / 3

Completeness

Explicitly answers both what (establish methodology, select downstream skills) and when (start of each new top-level conversation), with a clear 'Skip this skill when...' exclusion clause.

3 / 3

Trigger Term Quality

Natural trigger phrasing like 'at the start of each new top-level conversation' and 'narrow, concrete task' is present, but the terms are process-oriented rather than the natural vocabulary a user would say to invoke this skill.

2 / 3

Distinctiveness Conflict Risk

The router/methodology framing is fairly specific, but as a top-level dispatcher it could overlap with general conversation-management behaviors and the downstream skills it routes to.

2 / 3

Total

10

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
HughYau/qiushi-skill
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.