diff --git a/docs/index.html b/docs/index.html index 897ddfa..8630224 100644 --- a/docs/index.html +++ b/docs/index.html @@ -188,12 +188,16 @@
skval doesn't just grade — its ranked findings drive the fix. The biggest real-world turnarounds:
+skval doesn't just grade — its ranked findings drive the fix. Real published skills, scored verbatim then fixed and re-scored to a clean 100 — turnarounds up to +62, Reject → Ship:
A real published skill (glebis/claude-skills) shipped with no YAML frontmatter — no name, no description, so it can't trigger. Add the frontmatter block: compare.py +62, Reject → Ship. case study →
A real published skill (glebis/claude-skills) whose unquoted colon broke its YAML — it used to crash skval, and now scores. One-line fix: quote the description. compare.py: +50, Revise → Ship. case study →
An unquoted colon broke its YAML — it used to crash skval, and now scores. One-line fix: quote the description. compare.py +50, Revise → Ship. case study →
Four findings fixed one-for-one — kebab name, drop <>, broken ref, stray key. compare.py: +27, Revise → Ship. case study →
Four findings fixed one-for-one — kebab name, drop <>, broken ref, stray key. compare.py +27, Revise → Ship. case study →
<> in description · 92 → 100Angle brackets in the description break parsers and triggering — drop them to score clean. compare.py +8. case study →