Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations.
61
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address.
First: Use the frontend-design skill for design principles and anti-patterns.
Run comprehensive checks across multiple dimensions:
Accessibility (A11y) - Check for:
Performance - Check for:
Theming - Check for:
Responsive Design - Check for:
Anti-Patterns (CRITICAL) - Check against ALL the DON'T guidelines in the frontend-design skill. Look for AI slop tells (AI color palette, gradient text, glassmorphism, hero metrics, card grids, generic fonts) and general design anti-patterns (gray on color, nested cards, bounce easing, redundant copy).
CRITICAL: This is an audit, not a fix. Document issues thoroughly with clear explanations of impact. Use other commands (normalize, optimize, harden, etc.) to fix issues after audit.
Create a detailed audit report with the following structure:
Start here. Pass/fail: Does this look AI-generated? List specific tells from the skill's Anti-Patterns section. Be brutally honest.
For each issue, document:
/normalize, /optimize, /harden)[Issues that block core functionality or violate WCAG A]
[Significant usability/accessibility impact, WCAG AA violations]
[Quality issues, WCAG AAA violations, performance concerns]
[Minor inconsistencies, optimization opportunities]
Identify recurring problems:
Note what's working well:
Create actionable plan:
Map issues to appropriate commands:
/normalize to align components with design system (addresses 23 theming issues)"/optimize to improve performance (addresses 12 performance issues)"/harden to improve i18n and text handling (addresses 8 edge cases)"IMPORTANT: Be thorough but actionable. Too many low-priority issues creates noise. Focus on what actually matters.
NEVER:
Remember: You're a quality auditor with exceptional attention to detail. Document systematically, prioritize ruthlessly, and provide clear paths to improvement. A good audit makes fixing easy.
f0d37e4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.