Audits
Accessibility, performance, and security checks, each one prompt away.
Three audit skills keep the quality honest as you change things. Run them before a launch, after a big feature, or any time something feels off.
| You say | Skill | What it checks |
|---|---|---|
| "check accessibility" | a11y-audit.md | contrast, focus order, labels, keyboard paths, WCAG basics |
| "check performance" | perf-audit.md | bundle size, image weight, Lighthouse vitals, render blockers |
| "review security" / "did I leak secrets" | security-review.md | exposed keys, unsafe inputs, dependency issues, auth gaps |
Each skill produces a findings list with fixes your agent can apply in the same session, so an audit is also the cleanup.
Design review
There is a fourth reviewer: say "review this page" (or /review <path>)
and the project-design-review.md skill checks a screen against DESIGN.md,
catching off-token colors, spacing drift, and inconsistent type.