audit

Run technical quality checks and generate a prioritized, scored audit report.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/kireevkit15-sys/-1 --skill audit-kireevkit15-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/kireevkit15-sys/-1/tree/main/skills/audit
Command: npx skills add https://github.com/kireevkit15-sys/-1 --skill audit-kireevkit15-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual technical reviews miss measurable implementation issues across accessibility, performance, theming, responsive behavior, and common design anti-patterns; this Skill automates consistent, code-level discovery so teams can prioritize fixes before release. It focuses on verifiable problems (contrast ratios, ARIA, bundle size, layout thrash, hard-coded tokens, touch targets, and AI-style visual tells) rather than subjective design tastes.

Core Features & Use Cases

  • Multi-dimension diagnostics: Runs structured checks for Accessibility, Performance, Theming, Responsive Design, and Anti-Patterns and scores each 0–4.
  • Prioritized, actionable output: Produces P0–P3 severities, cites file/component locations, and maps issues to specific remediation commands (e.g., /optimize, /layout, /colorize).
  • Use cases: Pre-release audits of pages or components, CI/code-review support to catch regressions, and focused investigations into accessibility or performance regressions.

Quick Start

Ask the skill to audit a specific target such as the checkout page to receive a scored report with cited issues and prioritized remediation commands.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run an accessibility and performance audit on web UI components?

Run an accessibility and performance audit by targeting specific web pages, components, or features to generate a scored report. The audit checks contrast ratios, ARIA, bundle size, and layout thrash, citing verifiable issues with P0-P3 severities and specific file locations.

What is a technical QA audit for responsive design and theming?

A technical QA audit for responsive design and theming is a code-level check that identifies hard-coded tokens and touch target issues. It scores dimensions 0-4 and outputs actionable findings with prioritized remediation commands rather than relying on subjective design tastes.

How do I catch UI anti-patterns and code regressions before release?

Catch UI anti-patterns and code regressions by applying automated technical quality checks during code reviews and pre-release validations. The audit identifies AI-style visual tells and common anti-patterns, mapping each issue to specific fix commands like /optimize or /layout.

Can I use automated UI audit checks for continuous integration and code reviews?

Yes, you can use automated UI audit checks for CI and code review support to catch regressions. The checks focus on verifiable implementation problems across accessibility, performance, theming, and responsive design, producing a prioritized report with cited component locations.

What's the best way to identify hard-coded color tokens and layout thrash in web applications?

The best way to identify hard-coded color tokens and layout thrash is running a multi-dimension diagnostic audit. This process evaluates theming and performance anti-patterns, scoring each area 0-4 and returning actionable findings with severities and recommended fix commands.

Does the web UI audit report subjective design issues or verifiable code problems?

The web UI audit reports verifiable code problems rather than subjective design issues. It checks measurable implementation issues like contrast ratios, ARIA usage, bundle size, and touch targets, ensuring teams prioritize concrete fixes before release.