# Audit

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

- Skill: `dragoon0x/audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/audit

---


# /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.

