One-click install
npx skills add https://github.com/hschne/pi-stuff --skill seo-audit-hschne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/hschne/pi-stuff/tree/main/skills/seo-audit
Command: npx skills add https://github.com/hschne/pi-stuff --skill seo-audit-hschne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the problem of vague, unactionable SEO audits that rely on static source code guesses instead of real rendered page data, which leads teams to waste time on low-impact fixes or be unable to prove what is actually blocking search rankings.

Core Features & Use Cases

  • Rendered Page Inspection: Audits fully rendered live pages (including JS, Liquid, and plugin output) to catch issues that only appear at runtime, not in static source code.
  • Falsifiable Findings: Every audit item includes a clear observation, concrete fix, leading indicator to confirm success, and explicit failure condition to eliminate guesswork.
  • Impact-First Prioritization: Ranks findings from critical (indexing blockers, intent mismatches) to low (cosmetic nits) so you focus on changes that actually move the needle first.
  • Use Case: Use this Skill when a site is underperforming in search to get a verified, ranked action plan instead of generic, unproven SEO advice.

Quick Start

Use the seo-audit skill to run a full SEO audit on your target site URLs and produce a prioritized, falsifiable action plan with verifiable success metrics for each finding.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I run an SEO audit on rendered web pages instead of static source code?

To run an SEO audit on rendered web pages, analyze fully rendered live URLs to catch runtime issues from JS or plugin output. This inspects indexability, on-page SEO, structured data, and Core Web Vitals to identify actual ranking blockers.

What is the best way to create a falsifiable SEO action plan for an underperforming site?

A falsifiable SEO action plan requires concrete fixes with explicit success and failure conditions. Prioritize findings from critical indexing blockers to low-impact cosmetic issues to focus on changes that actually improve search rankings.

Does this SEO health check validate AI-search readiness and Core Web Vitals?

Yes, this SEO health check validates AI-search readiness and Core Web Vitals. It audits live rendered pages against official Google Search Central and web.dev guidance to identify ranking optimization opportunities.

How do I identify ranking blockers for a pre-launch page validation?

Identify ranking blockers during pre-launch page validation by inspecting the rendered page for intent mismatches, indexability issues, and structured data errors. This verifies runtime output to catch problems static source code misses.

Why does my site underperform in search even when my static HTML looks optimized?

Sites underperform in search when static HTML is optimized but runtime rendering fails. JavaScript, Liquid, or plugin outputs can alter the final page, introducing indexing blockers or Core Web Vitals issues not visible in source code.