✗
STRUCT-05
Supporting-file references resolve
SKILL.md:22references `examples.md` → no such file or directory in the skill
Reference to `examples.md` does not resolve to a file in the skill directory.
examples.md
SKILL.md:23references `anti-patterns-and-reference.md` → no such file or directory in the skill
Reference to `anti-patterns-and-reference.md` does not resolve to a file in the skill directory.
anti-patterns-and-reference.md
SKILL.md:49references `anti-patterns-and-reference.md` → no such file or directory in the skill
Reference to `anti-patterns-and-reference.md` does not resolve to a file in the skill directory.
anti-patterns-and-reference.md
SKILL.md:125references `examples.md` → no such file or directory in the skill
Reference to `examples.md` does not resolve to a file in the skill directory.
examples.md
Fix Add the missing file(s), fix the path, or remove the dead reference.
SKILL.md:1the skill works → no evals/, tests/, or verification section found
No way to prove the skill does what it claims.
Fix Add an evals/ folder (test prompts + expected outcomes) and a '## Verify' step in the body.
SKILL.md:1description will match user requests → no explicit cue ('use when …', 'triggers on …', quoted user phrases) found
Pure what-it-does prose — the model has to guess when to invoke it.
Write unit and integration tests for Akka.NET actors using modern Akka.Hostin…
Fix State the trigger explicitly: 'Use when the user says "…", "…", or wants to …'.
SKILL.mdeverything inlined in SKILL.md → 250 body lines, 0 supporting files
Large SKILL.md (250 lines) with no supporting files — all of it loads every time the skill fires.
Fix Move heavy reference material into supporting files and link to them, so the model loads it only when needed.