Agent skill · Security

technical-audit

Technical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/technical-audit-involvex-involvex-claude-mark-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Audit Categories
  3. 1. Indexability
  4. 2. Content Structure
  5. 3. Core Web Vitals
  6. 4. Schema Markup
  7. 5. Links
  8. Audit Process
  9. Step 1: Fetch Page
  10. Step 2: Parse Structure
  11. Step 3: Analyze Performance
  12. Step 4: Check Schema
  13. Step 5: Score and Report
  14. Output Format
Ships with 1 file
  • metadata.json
Commands it runs
Use WebFetch or curl
curl -s "$URL" > page.html
More from claude-skill-registry
All skills →
About this skill
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.

Keep going