codex-design-audit-skill
v0.1.1
Published
A Codex skill for auditing website and frontend design quality.
Maintainers
Readme
Codex Design Audit Skill
A Codex skill for auditing website and frontend design quality.
Give Codex a URL, screenshot, localhost app, or repository frontend and it returns a structured UX/UI audit with scores, weak points, accessibility notes, frontend polish issues, prioritized fixes, and before/after re-audits.
What It Does
- Scores UX/UI and frontend quality with a practical rubric
- Finds weak design points and implementation risks
- Checks responsive behavior, accessibility, copy clarity, trust signals, and polish
- Supports preset-based audits for different product types
- Compares before vs after changes with score deltas
- Works in English and Italian
Presets
autolanding-pagesaas-dashboardportfolioecommercemobile-firstaccessibility-heavygeneral
Installation
Install directly with npx:
npx codex-design-audit-skillThis installs the skill into:
~/.codex/skills/design-auditThen restart Codex so it can discover the skill.
Or install the CLI globally:
npm install -g codex-design-audit-skill
codex-design-audit-skillManual Installation
Clone the repository:
git clone https://github.com/Kappaemme-git/codex-design-audit-skill.gitCopy the skill into your Codex skills directory:
mkdir -p ~/.codex/skills
cp -R codex-design-audit-skill/design-audit ~/.codex/skills/design-auditRestart Codex so it can discover the skill.
Usage
After installation, restart Codex and call the skill by name in your prompt.
Basic website audit:
Use $design-audit to evaluate the design and frontend quality of https://example.comAudit a local app:
Use $design-audit to evaluate http://localhost:3000Audit a repository frontend:
Use $design-audit to evaluate the frontend in this repository.Use screenshots when you want stronger visual judgment:
Use $design-audit to evaluate these desktop and mobile screenshots.Italian is supported:
Usa $design-audit per valutare il design e il frontend di https://example.comAudit Presets
The skill can infer the right preset automatically. If the target is ambiguous, it will ask you to choose one.
You can also specify a preset directly:
Use $design-audit with preset landing-page to evaluate https://example.comPreset examples:
Use $design-audit with preset saas-dashboard to evaluate http://localhost:3000Use $design-audit with preset accessibility-heavy to audit this page.Use landing-page for marketing sites, saas-dashboard for product dashboards, portfolio for personal or agency sites, ecommerce for stores, mobile-first for mobile-heavy experiences, and accessibility-heavy when accessibility is the main concern.
Re-Audit Workflow
Use re-audit mode after you apply fixes. The skill compares the new version with the previous audit and reports score deltas.
Use $design-audit to re-audit http://localhost:3000 and compare it with the previous audit.Expected output includes:
- Previous score vs current score
- Per-category deltas
- Fixed / improved / still open / regressed issues
- Remaining priorities
- Next fix pass
Recommended Workflow
- Build or open your frontend.
- Run
$design-audit. - Apply the highest-impact fixes.
- Run a re-audit.
- Compare before vs after score deltas.
Notes
Screenshots are recommended for stronger visual design judgment. Without screenshots or browser access, visual scoring is partially inferred from DOM, content, and available page data.
For best results, provide one of:
- A live URL
- A localhost URL
- Desktop and mobile screenshots
- A repository with a runnable frontend
If Codex can open the page in a browser, the audit can evaluate layout, responsive behavior, visual hierarchy, console errors, and interaction states more reliably.
Troubleshooting
If Codex does not recognize $design-audit, restart Codex after installing the skill.
Check that the skill exists here:
ls ~/.codex/skills/design-auditYou should see:
SKILL.md
agents/
references/License
MIT
