# Auditing Interface Quality

> Comprehensive UI/UX compliance check (A11y, performance, responsive).

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

---


# Auditing Interface Quality

**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

1. **Discover Context:** Use `glob` and `read` to review the frontend components built or modified for the current feature.
2. **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.
3. **Compile Audit Report:**
   - Document each issue with its Location, Severity (Critical/High/Medium/Low), Category, Impact, and Recommendation.
   - Summarize the overall UI/UX compliance.
4. **Save Report:**
   - Write the final audit report using the `write` tool to `.jonggrang/.output/features/<active-feature-dir>/interface-audit.md`.

## Completion Signal
When the interface audit report is saved, output exactly:

INTERFACE_AUDIT_COMPLETE

