audit

Audit web applications for accessibility, performance, theming, responsive design, and anti-patterns.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill audit-saschadudkin-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/saschadudkin-sketch/rezidence4/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill audit-saschadudkin-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users perform in-depth technical quality checks on web applications, ensuring accessibility, performance, theming, responsive design, and anti-patterns are up to standard.

Core Features & Use Cases

  • Technical Quality Checks: Run comprehensive checks across multiple dimensions, including accessibility, performance, theming, responsive design, and anti-patterns.
  • Scored Report: Generates a detailed report with severity ratings and actionable recommendations.
  • Use Case: Before releasing a new feature or update, use this Skill to ensure that all aspects of the application meet technical quality standards.

Quick Start

Run the audit on the 'index.html' page to get a detailed quality report.

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 on my web application?

A web application quality audit checks for accessibility issues, performance bottlenecks, theme inconsistencies, and responsive design problems. It analyzes your HTML, CSS, and JS code to ensure technical standards are met before a feature release.

How do I identify accessibility issues and performance bottlenecks in my web code?

A technical quality check identifies accessibility issues and performance bottlenecks by analyzing HTML, CSS, and JS code. It uses accessibility and performance tools to detect anti-patterns and generate actionable recommendations for improvement.

Does a technical quality check generate actionable recommendations for web development?

Yes, a technical quality check generates a detailed report with severity ratings and actionable recommendations. It evaluates web development code for accessibility, performance, and theming issues, providing specific steps to resolve identified anti-patterns.

Can I use this audit to check responsive design and theme consistency?

Yes, you can use this audit to check responsive design and theme consistency. The technical review evaluates HTML and CSS to identify theme inconsistencies and responsive design problems, including them in the final scored report with severity ratings.

What is the best way to review HTML, CSS, and JS code for anti-patterns before release?

The best way to review code for anti-patterns before release is a comprehensive technical quality audit. It analyzes HTML, CSS, and JS code against design best practices, flagging anti-patterns and generating a scored report to ensure quality standards are met.

What limitations exist when running an automated technical review on web applications?

Limitations of a technical review include its reliance on static HTML, CSS, and JS code analysis and predefined best practices. It may not catch runtime-specific performance bottlenecks or complex dynamic accessibility issues unless explicitly captured in the provided code.