audit

Runs technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ShyamRavidath/oscc-detection-v2 --skill audit-shyamravidath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/ShyamRavidath/oscc-detection-v2/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/ShyamRavidath/oscc-detection-v2 --skill audit-shyamravidath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Front-end code often ships with hidden accessibility violations, performance bottlenecks, hard-coded colors, and AI-generated design tells that are hard to catch in manual review. This Skill systematically audits a feature, page, or component across five measurable dimensions and produces a scored, prioritized report instead of vague feedback. ## Core Features & Use Cases - Five-Dimension Diagnostic Scan: Scores accessibility, performance, theming, responsive design, and anti-patterns each from 0-4, producing a total health score out of 20 with a rating band. - Severity-Tagged Findings: Documents every issue with P0-P3 severity, exact file/line location, user impact, violated WCAG or design standard, and a concrete fix recommendation. - Actionable Remediation Plan: Maps findings to follow-up commands (e.g., /polish, /optimize, /adapt) in priority order so issues can be fixed systematically. - Use Case: Before releasing a new landing page, run the audit to catch missing ARIA labels, layout-thrashing animations, hard-coded hex colors, and undersized mobile touch targets, then re-run after fixes to watch the score improve. ## Quick Start Ask the assistant to run the audit skill on a specific page or component, for example: audit the checkout page for accessibility, performance, and responsive issues.

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 a web page?

Invoke the audit skill with the target area, such as a page, feature, or component. It scans five dimensions including accessibility and performance, scores each 0-4, and returns a report with severity-tagged findings and fix recommendations.

What does the audit health score mean?

The health score sums five dimension scores (0-4 each) into a total out of 20. Rating bands run from 18-20 Excellent down to 0-5 Critical, indicating whether the code needs minor polish or a fundamental overhaul.

How are audit findings prioritized?

Every issue is tagged P0 through P3. P0 blocks task completion, P1 covers major problems like WCAG AA violations, P2 is a minor annoyance, and P3 is polish. The report lists recommended fix commands in that priority order.

Does the audit skill fix the issues it finds?

No, it only documents issues with locations, impact, and recommendations. It suggests follow-up commands such as /polish, /optimize, or /adapt to address each finding, and you re-run the audit afterward to verify improvement.

What anti-patterns does the audit check for?

It checks for AI-generated design tells such as gradient text, glassmorphism, generic fonts, hero metrics, and card grids, plus general anti-patterns like gray text on color backgrounds, nested cards, and bounce easing.