Auditing Interface Quality
SkillWeb & browsingComprehensive UI/UX compliance check (A11y, performance, responsive).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Auditing Interface Quality skill
What this skill tells your AI
The instructions your AI receives, as published by porcupine-md/anoa-browser in .claude/skills/library/frontend/auditing-interface-quality/SKILL.md and read by ahel’s review.
Role Constraints: Reviewer (STRICTLY READ-ONLY for application code). You MAY NOT modify, fix, or write to application source code.
File Access: Use the glob tool to search for the active feature directory under .jonggrang/.output/features/. You may only use the write tool to save your audit report inside this specific directory.
Objective
Perform a systematic audit of the interface quality across accessibility (A11y), performance, theming, and responsive design.
Execution Steps
- Discover Context: Use
globandreadto review the frontend components built or modified for the current feature. - Diagnostic Scan:
- Accessibility (A11y): Check for contrast issues, missing ARIA roles, poor keyboard navigation, semantic HTML, and alt text.
- Performance: Look for layout thrashing, expensive animations, unoptimized images, or unnecessary re-renders.
- Theming: Look for hard-coded colors instead of design tokens, and broken dark mode implementations.
- Responsive Design: Check for fixed widths, touch target sizes (<44px), and horizontal scrolling issues on narrow viewports.
- Compile Audit Report:
- Document each issue with its Location, Severity (Critical/High/Medium/Low), Category, Impact, and Recommendation.
- Summarize the overall UI/UX compliance.
- Save Report:
- Write the final audit report using the
writetool to.jonggrang/.output/features/<active-feature-dir>/interface-audit.md.
- Write the final audit report using the
Completion Signal
When the interface audit report is saved, output exactly:
INTERFACE_AUDIT_COMPLETE
Signals
- GitHub stars
- 23
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
auditing-interface-quality- Source
- github.com/porcupine-md/anoa-browser