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:31
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
SKILL.md:34
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────────────┘ └──────────────┘ └──────────────┘
SKILL.md:35
Decorative ASCII-art / banner line — pure token cost, no instructional value.
│ │ │
SKILL.md:132
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────┐ ┌──────────┐ ┌───────────┐
SKILL.md:135
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└─────────┘ └────┬─────┘ └───────────┘
SKILL.md:138
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐
SKILL.md:141
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────┬───────┘
SKILL.md:144
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐
SKILL.md:147
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────────────┘
SKILL.md:168
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────────┐
SKILL.md:171
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────┬───────┘
SKILL.md:173
Decorative ASCII-art / banner line — pure token cost, no instructional value.
├──────────────────┬──────────────────┐
SKILL.md:175
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
SKILL.md:179
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└─────────────┘ └─────────────┘ └─────────────┘
Fix Delete decorative banners and persona filler; keep instructions plain and imperative.
SKILL.md:3auto-invocable (no disable-model-invocation) → performs a destructive action ("deployment")
Skill appears to "deployment" but the model can auto-invoke it — a destructive action could fire without the user asking.
deployment
Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.
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.
Design and implement agentic AI systems that autonomously chain multiple tool…
Fix State the trigger explicitly: 'Use when the user says "…", "…", or wants to …'.
SKILL.mdeverything inlined in SKILL.md → 205 body lines, 0 supporting files
Large SKILL.md (205 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.