Leaderboard/Marketing/seo-audit-skill
Last commit on June 17, 2026·Created on March 10, 2026

JeffLi1993/seo-audit-skill

Runs the first-pass SEO check, then knows when to go deeper.
Combined rank
#399
across all skills
In Marketing
#25
category rank
Stars
759
+0.3% in last 7d
Forks
99
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill collection offers two tiers of SEO audit: a lightweight default covering robots.txt, sitemaps, H1s, meta descriptions, and schema validation, and an advanced full audit that adds PageSpeed metrics, social tags, E-E-A-T content scoring, and duplicate content analysis. It serves SEO specialists who need a fast diagnostic for routine checks, and technical auditors who need a thorough, documented report before a client deliverable or site migration. Both tiers produce structured HTML files with pass/fail/warn findings and priority actions the team can act on directly.

WHO IT'S FOR
SEO Specialists and Content Marketers
run rapid on-page SEO audits
Technical SEO Auditors
perform comprehensive technical SEO audits
Agency SEO Teams and Freelancers
generate client-ready SEO audit reports
AI Agent Power Users and Early Adopters
extend AI coding assistants with domain-specific skills
Repository contents

2 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install the complete bundle with the Skills CLI

Installs: All skills in the JeffLi1993/seo-audit-skill repository bundle; skillPaths is a bounded list of the two supplied skill files.

Before you start
  • The Python package requests must be installed.
  • A Google PageSpeed Insights API key is required to run the included seo-audit-full tier's PageSpeed checks.
  1. In a terminal, install the documented Python dependency.

    pip install requests
  2. In a terminal, install the complete repository bundle using the recommended CLI command.

    npx skills add JeffLi1993/seo-audit-skill
seo-audit/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026seo-audit-full/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a quick single-page SEO audit

Uses seo-audit

  • Page URL: replace PAGE_URL with the complete URL to audit.
Use the seo-audit skill to audit this page: PAGE_URL. Replace PAGE_URL with the page’s complete URL. Run the quick, basic audit and save the structured HTML report to the documented reports location.
seo-audit/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026