audit
Audits frontend code for accessibility, performance, theming, and responsive design issues.
Install
npx skills add https://github.com/pbakaus/impeccable --skill auditStats
| Total installs | 31,402 |
| Weekly installs | 31.3K |
| GitHub stars | 14.0K |
| First seen | Mar 4, 2026 |
| Source | @pbakaus/impeccable |
Summary
- Scans five dimensions: accessibility (contrast, ARIA, keyboard nav, semantic HTML, alt text, forms), performance (layout thrashing, expensive animations, bundle size, render efficiency), theming (hard-coded colors, dark mode, token consistency), responsive design (fixed widths, touch targets, overflow, text scaling), and AI anti-patterns
- Documents issues by severity (Critical, High, Medium, Low) with location, impact, relevant standards, and specific recommendations
- Identifies systemic patterns and recurring problems across the codebase to guide refactoring priorities
- Maps findings to actionable fix commands (normalize, optimize, harden, adapt, etc.) for downstream execution
- Generates comprehensive report with executive summary, detailed findings, positive practices, and prioritized remediation roadmap
Tags
Related skills
| Skill | Installs | vs audit |
|---|---|---|
| form-cro | 25,160 | -6,242 |
| animate | 31,359 | -43 |
| teach-impeccable | 31,200 | -202 |
| react:components | 24,753 | -6,649 |
| adapt | 31,530 | +128 |
FAQ
- How many installs does audit have?
- audit has 31,402 total installs and 31.3K installs this week.
- Where is audit hosted?
- audit is published by @pbakaus/impeccable at https://github.com/pbakaus/impeccable.
- How many GitHub stars does audit have?
- audit has 14.0K GitHub stars.
- When was audit first indexed?
- OrangeBot.AI first indexed audit on Mar 4, 2026.
- How do I install audit?
- Run: npx skills add https://github.com/pbakaus/impeccable --skill audit