impeccable-audit

Audit front-end components for accessibility, performance, theming, responsive design, and anti-patterns.

6|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill impeccable-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable-audit
Source: https://github.com/kmshihab7878/claude-code-setup/tree/main/skills/impeccable-audit
Command: npx skills add https://github.com/kmshihab7878/claude-code-setup --skill impeccable-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The impeccable-audit Skill performs a systematic, code-level technical quality audit across accessibility, performance, theming, responsive design, and anti-patterns so teams can identify, prioritize, and document implementation issues without making fixes directly.

Core Features & Use Cases

  • Multi-dimension scoring: Scores Accessibility, Performance, Theming, Responsive Design, and Anti-Patterns on a 0–4 scale and aggregates an Audit Health Score out of 20.
  • Actionable, prioritized findings: Outputs P0–P3 severity tags, concrete recommendations, and suggested follow-up commands (for example, /impeccable-polish and /impeccable-design).
  • Context-aware audits: Requires running the Context Gathering Protocol from /impeccable-design first to ensure audience, use cases, and brand constraints inform checks.
  • Use case: Run a pre-release technical quality audit on a new page or component to catch WCAG issues, costly rendering patterns, hard-coded theme values, and AI-style anti-patterns before shipping.

Quick Start

Run a technical quality audit on the homepage component and produce a scored report with P0-P3 severity tags and prioritized recommendations.

Frequently Asked Questions about impeccable-audit

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

FAQPage Schema
How do I run a technical quality audit on front-end components before release?

Run a technical quality audit to score accessibility, performance, theming, responsive design, and anti-patterns on a 0–4 scale, yielding a 20-point health score with P0–P3 severity tags for prioritized remediation.

What is a technical quality audit for front-end anti-patterns and accessibility?

A technical quality audit identifies code-level issues across accessibility, performance, theming, responsive design, and anti-patterns, producing measurable 0–4 scores and prioritized findings without applying any code fixes directly.

Do I need to gather design context before auditing responsive design and theming?

Yes, you must run the Context Gathering Protocol from /impeccable-design first to ensure audience, use cases, and brand constraints properly inform the accessibility and performance checks during the audit.

Can I use this audit to check WCAG accessibility compliance and performance issues?

Yes, the audit catches WCAG accessibility issues and costly rendering performance patterns, scoring each dimension 0–4 and tagging concrete issues with P0–P3 severities for actionable remediation planning.

What's the best way to prioritize technical code review findings for remediation?

The audit prioritizes technical code review findings by assigning P0–P3 severity tags to issues across five quality dimensions, providing concrete recommendations and suggested follow-up commands for structured remediation.

Why does the audit output scores instead of automatically fixing code issues?

The audit outputs 0–4 scores and documentation instead of fixes so teams can systematically identify, prioritize, and plan remediation for technical quality issues without risking unintended side effects from automated changes.