seo-audit-report
Installation
SKILL.md
SEO audit report (scaffold instructions)
Use this skill when the user wants an interactive, client-side report that imports Search Console exports and keeps them in a lightweight SQLite database for repeated inspection.
Required inputs
- Project directory name.
- Data source: GSC MCP export (JSON/CSV) or manual file.
- Persistence target: in-browser IndexedDB via
sql.js.
Workflow
- Scaffold the project
- Run
npm create vite@latest <project-name> -- --template react-ts(orbun create vite@latest ...if Bun is preferred). - Enter the new folder and install deps (
npm install/bun install). - Use
exa(or web search) to confirm the latest Vite React template command if the tooling switches.
- Run