Pre-Launch Website Audit

Audits websites before launch across technical SEO, AI accessibility, security, performance, and on-page SEO.

Updated Sep 9, 2026
One-click install
npx skills add https://github.com/rootkit-io/audit --skill pre-launch-website-audit-rootkit-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pre-Launch Website Audit
Source: https://github.com/rootkit-io/audit
Command: npx skills add https://github.com/rootkit-io/audit --skill pre-launch-website-audit-rootkit-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Launching a website without checking crawlability, security headers, performance, and AI search visibility leads to deindexation, leaked secrets, and lost traffic that are expensive to fix after go-live. This Skill runs a coordinated pre-launch audit and delivers a prioritized fix list tailored to the detected tech stack. ## Core Features & Use Cases - Five orchestrated sub-audits: technical SEO, AI accessibility, security, performance, and on-page SEO, each with its own playbook of checks, tool calls, and severity classifications. - Stack detection and tailored checks: fingerprints frameworks like Next.js, WordPress, Shopify, and Webflow via headers, HTML signatures, and DNS, then injects stack-specific checks such as ISR cache validation or Supabase RLS probing. - Cross-connected prioritized report: deduplicates findings across sub-audits, ranks them P0-P3 by business impact, and includes stack-specific fixes with verification commands. - Use Case: Before pushing a Next.js staging site to production, ask for a pre-launch audit to catch a staging canonical leak, Cloudflare Bot Fight Mode blocking AI crawlers, and missing security headers in one report. ## Quick Start Ask Claude Code to run a pre-launch audit on your staging site URL, for example by saying: run a pre-launch audit on https://staging.example.com.

Frequently Asked Questions about Pre-Launch Website Audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a website before launch?

Ask Claude Code to run a pre-launch audit on your staging or production URL. The skill detects your tech stack, runs five sub-audits covering SEO, AI accessibility, security, performance, and on-page factors, then returns a prioritized P0-P3 fix list.

What tools does a pre-launch website audit need?

Only bash with curl, dig, openssl, and grep is required. Optional tools like Screaming Frog MCP, Chrome DevTools, and DataForSEO unlock deeper checks, and every sub-audit has a bash-only fallback path.

Does the audit work with Next.js, WordPress, or Shopify sites?

Yes. The skill fingerprints the framework, hosting, and CDN from headers, HTML signatures, and DNS, then adds stack-specific checks such as ISR cache validation for Next.js, plugin CVE checks for WordPress, and Liquid render checks for Shopify.

Can the audit check if AI search engines can crawl my site?

Yes. The AI accessibility sub-audit tests crawler access for GPTBot, ClaudeBot, PerplexityBot, and others, probes CDN-level blocking like Cloudflare Bot Fight Mode, and evaluates citation readiness and agent usability via the accessibility tree.

Is the security audit a penetration test?

No. The security sub-audit covers pre-launch hygiene only: exposed secrets in JS bundles, missing security headers, known framework CVEs, and common AI-generated code issues like Supabase RLS misconfiguration. It does not perform SQL injection fuzzing or session abuse.