website-review
Installation
SKILL.md
Website review — Double-Knuth (correctness + consistency)
A two-pass audit of a site's code/config/content, modelled on the
portfolio-code-reviewer Double-Knuth. It sits on top of website-qa: the
tests are the floor (must be green first); this is the human-grade review that
catches what a test suite can't — cross-file drift and half-done work.
When to run
- End of a build, before launch (pipeline step 8).
- After adding or substantially editing a page — a new route touches
PAGES, nav, the sitemap, internal links and canonical, so consistency can silently break. - It is read-only: produce a ranked list, then fix BUGs before launch. Don't fix-and-forget — surface first (Rule 12: never hide a skipped or broken thing).