dragoon0x/optik

audit

Comprehensive design quality audit with severity ratings, specific line references, and actionable fix instructions. Deeper than /score — examines every declaration.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill audit

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/optik · top by installs.

npx skills add dragoon0x/optik

Browse all from dragoon0x/optik

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,312 B
  • docs SUMMARY.md 180 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

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

Warning (fix before shipping)

  • Off-grid spacing values
  • Inconsistent type scale
  • Missing responsive breakpoints
  • Motion without reduced-motion fallback

Info (optional improvements)

  • Opportunities for CSS custom properties
  • Animation timing suggestions
  • Semantic HTML improvements
  • Touch target sizing

Every finding includes: severity, affected selector, current value, recommended fix, and score impact.