audit

Installation
SKILL.md

/audit — Comprehensive Design Audit

Examine every CSS declaration and HTML element for quality issues. Unlike /score which gives a summary, /audit produces a detailed report with line-by-line findings.

Process

  1. Parse all CSS declarations in scope
  2. Check each against the OPTIK anti-pattern registry
  3. Grade each of the five pillars with specific findings
  4. Generate fix instructions for every issue
  5. Prioritize fixes by impact (highest score improvement first)

Report Sections

Critical (fix immediately)

  • Anti-pattern violations (banned fonts, purple gradients, nested cards, outline:none)
  • WCAG contrast failures
  • Missing focus styles
Installs
4
Repository
dragoon0x/optik
First Seen
May 9, 2026
audit — dragoon0x/optik