website-quality-check
Installation
SKILL.md
Skill Instructions
Purpose
Provide a lightweight, repeatable quality checklist for website changes in the Eleventy site under website/.
Hard Rules
Must
- Verify the change follows
website/README.md,website/specification.md, andwebsite/architecture.md. - If the change touches examples or authoring structure, read the relevant website ADRs before finalizing the change.
- If files under
website/changed, runscripts/website-verify.sh --alland fix failures. - If local preview is available, open the changed pages via the VS Code preview server (
http://127.0.0.1:3000/website/dist/) and use thebrowser/*tools to ensure the rendered page and browser console are sane. - Do quick link/navigation sanity checks on changed pages.
- Do basic accessibility spot checks (headings, landmarks, labels, keyboard navigation where relevant).
- Validate the authored source, not only the rendered output: when a shared layout, component, partial,
_datamodule, or example directory changes, verify at least one representative page that consumes it.
Must Not
- Do not hand off or claim completion without completing the checklist for the changed pages and any affected shared building blocks.