seo-audit-report
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
-
Add dependencies
- Install
react,react-dom(if not already) along withzod. - Install runtime helpers:
sql.jsfor the SQLite engine andidb-keyvalfor Persisting exported bytes. - Keep
typescript+vitedev dependencies aligned with the template.
- Install
-
Implement the app
- Configure
sql.jsusing thesql-wasm.wasmbundle; wrap initialization in a helper to reuse across hooks. - Build an import flow that accepts CSV/JSON and normalizes rows into
{ date, query, page, clicks, impressions, ctr, position }. - Store normalized rows into a
gsc_rowstable with indexes ondate,query, andpage, then export the database and persist viaidb-keyval. - Surface KPIs: total clicks/impressions/CTR/weighted position, top queries, top pages, and CTR gap opportunities filtered by impressions/position buckets.
- Include file + fetch controls (
<input type="file">, fetch from/gsc/latest.json), custom filters, and a reset button. - Style the layout with CSS variables and card/grid patterns, keeping readability front-and-center (sticky header, callouts, narrow text width).
- Configure
-
Run & iterate
- Start the dev server with
npm run devorbun run dev. - Load sample exports (provide a
public/gsc/latest.jsonfor convenience) and verify persistence across reloads. - Document expected import schema and heuristics for CTR opportunities in README or inline comments.
- Start the dev server with
Tool checks
- When unsure which packages to add or how to initialize
sql.js, run anexasearch such asexa "vite react sql.js setup"to gather up-to-date commands. - Refer to the
Skill creation processsection ofseo-skills/README.mdwhen expanding the skill further.
Weekly Installs
15
Repository
younesbenallal/…o-skillsGitHub Stars
1
First Seen
Jan 21, 2026
Security Audits
Installed on
claude-code13
gemini-cli12
antigravity12
codex11
opencode11
cursor8