✗ STRUCT-01 Valid YAML frontmatter SKILL.md:1a Claude Code skill → file does not begin with a `---` frontmatter fenceNo YAML frontmatter block found at the top of the file. Fix Add a `---`-fenced YAML block at the very top with at least a `description` field.
✗ STRUCT-02 Recommended fields present SKILL.md:1No frontmatter to read fields from (see STRUCT-01). Fix Add frontmatter with a `description` field.
✗ TRIGGER-02 Description long enough to anchor invocation SKILL.md:1No description — nothing for the model to match against. Fix Add a description that leads with the use case and the phrases a user would say.
✗ TRIGGER-03 Invocation cues in the description SKILL.md:1No description — no invocation cues possible. Fix Add a description with explicit cues: 'Use when …' plus the phrases a user would say.
✗ VERIFY-01 Evals or tests present SKILL.md:1the skill works → no evals/, tests/, or verification section foundNo 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.