AI Pipelines
Internal Audit Pipeline
Deep 10-category technical audit for your own sites and client sites.
Internal Audit Pipeline
The internal audit is an engineering QA tool that covers 10 deep technical categories. Unlike the audit pipeline (which is a sales tool for prospects), the internal audit is for your own sites and client sites.
Quick Reference
| Field | Value |
|---|---|
| Trigger | internal-audit [business or site name] |
| Example | internal-audit agency-site |
| Domain | QA / Operations |
| Model | Opus |
| Requires | Live URL or local dev server |
| Output | Comprehensive audit at .output/internal-audit-[name].md |
| Your time | ~15 minutes to review, then trigger fixes |
10 Audit Categories
- Performance — Lighthouse scores, Core Web Vitals, bundle size, image optimization
- Accessibility — WCAG 2.1 AA compliance, color contrast, keyboard navigation, screen reader support
- SEO (Technical) — meta tags, OG tags, canonical URLs, robots.txt, sitemap, JSON-LD
- SEO (Content) — keyword presence, content length, duplicate content, blog quality
- Mobile — screenshots at 5 breakpoints, touch targets, horizontal scroll check, viewport meta
- Security — SSL, security headers (CSP, HSTS, X-Frame-Options), mixed content, exposed env vars
- Code Quality — build clean, lint clean, no
anytypes, no TODOs, no console.log - Content & Copy — no placeholders, no broken links, contact info correct, hours accurate
- Design & UX — visual consistency, loading states, error states, 404 page, favicon
- Infrastructure — deployment status, env vars set, DNS configured, build time
Output Format
A summary table with 10 categories scored out of 10, an overall score out of 100, and issues grouped by severity (Critical, Warning, Info) with category, issue, file/URL, and fix columns. Includes Playwright screenshots and Lighthouse scores.
Code Quality Checks
Category 7 (Code Quality) requires the repo to be present locally. If the repo is not available, the pipeline runs the other 9 categories and notes the gap.