writing-great-skills-7d57e5 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited writing-great-skills-7d57e5 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A skill is a promise: given this kind of request, produce this kind of professional output, every time. The best SKILL.md files win on two things — the model triggers them at the right moment, and once triggered it produces the right artifact without hand-holding. This skill helps you write one that does both.
Given a rough idea ("a skill for writing changelogs"), produce the full SKILL.md anyway — infer the deliverable, inputs, and structure, and mark genuinely open choices. Never hand back a skeleton with <!-- TODO --> left in; fill them.
Ask for (if not already provided), else infer and label:
---
name: kebab-case-name # matches the folder; short, specific
description: "<one rich sentence>"
---The description is the most important line in the file — it's all the model sees when deciding whether to load the skill (progressive disclosure: only names + descriptions are in context until one is invoked). A strong description has three parts:
Write triggers the way users speak, not the way you'd categorise the skill. Cover synonyms.
Open the body with a single sentence on the value, in the voice of a senior practitioner.
State that the skill delivers a complete artifact even with thin input — infer and label assumptions, never leave bracketed placeholders, never refuse for missing context. This is what separates a skill that works from one that nags.
A short list of what to ask for — and an instruction to proceed with labelled inferences if they're missing.
The heart of the skill: a concrete template — real headings, tables, and sections — of the final artifact. Show the shape, don't describe it abstractly. This is where most of the quality lives.
A short checklist the output must satisfy (the rubric a reviewer would apply). Make them observable.
The specific failure modes to avoid — the lazy or generic outputs a weaker model would produce.
npm run skillcheck (structure) and run it against a thin brief to confirm it doesn't beg for inputs.Return:
skills/<name>/SKILL.md.name is kebab-case and matches the intended folderTODO/placeholder text left innpm run skillcheck with no errors<!-- TODO --> or [bracketed] placeholders in the final file~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.