audit

Audit UI codebases for accessibility, performance, theming, and responsive issues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ceshez/VELAR --skill audit-ceshez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/ceshez/VELAR/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/ceshez/VELAR --skill audit-ceshez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It identifies measurable implementation issues that can harm accessibility, performance, theming consistency, responsive behavior, and UI/AI-style quality—so the team can prioritize fixes with evidence instead of guesswork.

Core Features & Use Cases

  • Technical quality audit: Scores accessibility (ARIA/semantics/keyboard), performance (render and optimization signals), theming (token usage and dark mode behavior), and responsive design (breakpoints, touch targets, overflow).
  • Anti-pattern detection: Flags critical UI slop tells and guideline violations from the impeccable audit ruleset, with severity-based prioritization.
  • Actionable, non-fixing reporting: Produces a P0–P3 issue list and a prioritized command-based remediation plan without changing code.

Quick Start

Run the audit for your target area by telling the assistant: "Run /audit for the page or component named '[area]'."

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a technical quality audit for accessibility and responsive design on a UI component?

The audit detects anti-patterns by flagging critical UI slop tells and guideline violations from its ruleset. Issues are prioritized using P0–P3 severity scoring, detailing locations, impacts, and standards references to guide remediation.

What is included in a technical quality audit report for frontend code?

A technical quality audit report includes a P0–P3 severity issue list with exact locations, impacts, and standards references. It provides a prioritized, command-based next-steps plan for remediation without automatically changing your code.

Can I audit dark mode theming and ARIA semantics without automatically modifying my codebase?

Yes, you can audit dark mode theming and ARIA semantics without code modifications. The audit provides actionable, non-fixing reporting by evaluating token usage and semantic HTML, outputting a scored report instead of altering your codebase.

Does the UI quality audit check for performance optimization signals and touch target sizing?

Yes, the UI quality audit checks for performance render signals and responsive design constraints like touch target sizing and overflow. It scores these metrics to identify measurable implementation issues impacting user experience.