full-stack-auditlisted
Install: claude install-skill osbertunawakened431/full-stack-audit
# Full-Stack Website Audit
A 90-checkpoint audit for websites and web apps. Covers security, revenue protection, UX, performance, accessibility, SEO, compliance, and infrastructure. Designed for solo founders, indie hackers, and developers shipping products built with AI assistance.
## Before Starting
1. Read every file in the project. Not just the pages — read API routes, middleware, config files, environment examples, database schemas, and package.json.
2. Check the live site if a URL is provided. Open it in a browser and test the actual user flow.
3. Do NOT ask the user questions. Audit everything, score every checkpoint, then report.
## How Scoring Works
Each checkpoint is PASS, FAIL, or N/A. Every FAIL must include:
- What's wrong (specific, not vague)
- Why it matters (impact on users, security, or revenue)
- How to fix it (concrete steps, not general advice)
Score each category, then total. Categories with N/A items: adjust denominator.
---
## PART 1: FULL-STACK AUDIT (50 checkpoints)
### CATEGORY 1: VISUAL DESIGN & FRONTEND (5 checks)
1.1 **Typography hierarchy**
FAIL if there's no clear distinction between headings, body, and labels. FAIL if more than 2 font families are used without reason. FAIL if font sizes are inconsistent across similar elements.
PASS requires: Clear heading/body/label hierarchy. Maximum 2 font families. Consistent sizing system.
1.2 **Colour system**
FAIL if colours are hardcoded throughout instead of using CSS variables or a theme.