BD skill-evaluator-srl
对 Skill 进行质量评估打分的 Skill,输出评分报告与改进建议。评估 skill、skill 评分、SRL 评估、skill 质量、检查 skill、skill review、skill score
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 2
✓ No critical or high findings
Medium and low: 2
-
medium Obfuscation
obf-hex-escape-chainREADME.md:5Escaped/char-code string obfuscation> SRL 体系详见:[Skill 狂热背后,没人告诉你的可靠性危机](https://github.com/Vuact/Blog/blob/main/articles/Skill%20%E7%8B%82%E7%83%AD%E8%83%8C%E5%90%8E%EF%BC%8C%E6%B2%A1%E4%BA%BA%E5%91%8A%E8%AF%89%E4%BD%A0%E7%9A%84%E5%8F%A
-
medium Obfuscation
obf-hex-escape-chainskill-card.md:30Escaped/char-code string obfuscation- [Skill Reliability Crisis Article](https://github.com/Vuact/Blog/blob/main/articles/Skill%20%E7%8B%82%E7%83%AD%E8%83%8C%E5%90%8E%EF%BC%8C%E6%B2%A1%E4%BA%BA%E5%91%8A%E8%AF%89%E4%BD%A0%E7%9A%84%E5%8F%
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 46/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 100Steps. 96 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3017 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 103: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 38 headings
- +3Step-by-step instructions: 96 items
- +4Has examples (6 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.