technical-audit
Technical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.
npx skills add majiayu000/claude-skill-registry --skill technical-audit-involvex-involvex-claude-mark-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Technical Audit ## When to Use - Auditing pages for technical SEO issues - Analyzing Core Web Vitals performance - Checking schema markup implementation - Validating crawlability and indexability ## Audit Categories ### 1. Indexability | Check | Requirement | Severity | |-------|-------------|----------| | Title Tag | Present, 50-60 chars, contains keyword | CRITICAL | | Meta Description | Present, 150-160 chars | HIGH | | Canonical Tag | Present, self-referencing or correct | HIGH | | Robots Meta | No noindex on important pages | CRITICAL | | Robots.txt | Not blocking important content | CRITICAL | ### 2. Content Structure | Check | Requirement | Severity | |-------|-------------|----------| | H1 Tag | Exactly 1, contains keyword | CRITICAL | | Heading Hierarchy | H1 -> H2 -> H3 (no skips) | HIGH | | Word Count | Meets or exceeds competitor benchmark | MEDIUM | | Content Uniqueness | No duplicate content issues | HIGH | ### 3. Core Web Vitals | Metric | Good | Needs Improvement | Poor | |--------|------|-------------------|------| | LCP (Largest Contentful Paint) | <2.5s | 2.5s-4.0s | >4.0s | | INP (Interaction to Next Paint) | <200ms | 200ms-500ms | >500ms | | CLS (Cumulative L
- When to Use
- Audit Categories
- 1. Indexability
- 2. Content Structure
- 3. Core Web Vitals
- 4. Schema Markup
- 5. Links
- Audit Process
- Step 1: Fetch Page
- Step 2: Parse Structure
- Step 3: Analyze Performance
- Step 4: Check Schema
- Step 5: Score and Report
- Output Format
Use WebFetch or curl curl -s "$URL" > page.html
What does the technical-audit skill do?
Technical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill technical-audit-involvex-involvex-claude-mark-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
