Conducts a comprehensive technical audit and creates a scored report of issues.
Install
mkdir -p .claude/skills/audit-aladicf && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9574" && unzip -o skill.zip -d .claude/skills/audit-aladicf && rm skill.zipInstalls to .claude/skills/audit-aladicf
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants measurable accessibility, performance, responsive, theming, or anti-pattern findings—not when they mainly want an overall UX critique or final visual/detail polish.Key capabilities
- →Run technical quality checks
- →Generate scored reports with P0-P3 severity ratings
- →Create actionable improvement plans
How it works
It performs automated technical audits across accessibility, performance, and theming to output a prioritized remediation plan.
Inputs & outputs
When to use audit
- →Auditing a new feature for quality
- →Identifying performance bottlenecks
- →Creating a cleanup plan for tech debt
About this skill
This compatibility wrapper exposes the audit skill for the .codex/skills layout while keeping skills/audit/SKILL.md as the canonical source of truth.
Follow the canonical instructions in ../../../skills/audit/SKILL.md.
When not to use it
- →Overall UX critique
- →Final visual or detail polish
Limitations
- →Not for final visual polish
How it compares
This provides a structured, severity-rated technical plan rather than a subjective design critique.
Compared to similar skills
audit side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| audit (this skill) | 0 | 4mo | No flags | Intermediate |
| web-quality-audit | 7 | 6mo | Review | Beginner |
| roier-seo | 4 | 6mo | Review | Intermediate |
| web-testing | 1 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by aladicf
View all by aladicf →You might also like
web-quality-audit
davila7
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
roier-seo
davila7
Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and automatically implements fixes for meta tags, structured data, Core Web Vitals, and accessibility issues.
web-testing
mrgoonie
Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.
audit
educlopez
Technical UI audit — a11y, performance, responsive. Produces a prioritized findings table. Invoke when the user asks for audit on their UI, or mentions 'audit' alongside design / UI / frontend work.
webapp-testing
HaoNgo232
Web application testing principles. E2E, Playwright, deep audit strategies.
qa-only
ShaheerKhawaja
Report-only QA testing — produces structured report with health score, screenshots, and repro steps. No fixes applied.