GridWork HQ
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

FieldValue
Triggerinternal-audit [business or site name]
Exampleinternal-audit agency-site
DomainQA / Operations
ModelOpus
RequiresLive URL or local dev server
OutputComprehensive audit at .output/internal-audit-[name].md
Your time~15 minutes to review, then trigger fixes

10 Audit Categories

  1. Performance — Lighthouse scores, Core Web Vitals, bundle size, image optimization
  2. Accessibility — WCAG 2.1 AA compliance, color contrast, keyboard navigation, screen reader support
  3. SEO (Technical) — meta tags, OG tags, canonical URLs, robots.txt, sitemap, JSON-LD
  4. SEO (Content) — keyword presence, content length, duplicate content, blog quality
  5. Mobile — screenshots at 5 breakpoints, touch targets, horizontal scroll check, viewport meta
  6. Security — SSL, security headers (CSP, HSTS, X-Frame-Options), mixed content, exposed env vars
  7. Code Quality — build clean, lint clean, no any types, no TODOs, no console.log
  8. Content & Copy — no placeholders, no broken links, contact info correct, hours accurate
  9. Design & UX — visual consistency, loading states, error states, 404 page, favicon
  10. 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.

On this page