mikefutia

Gap Finder — Development skill for Claude Code

Development community

Gap Finder Skill.

How to install Gap Finder

Installs to ~/.claude/skills/mikefutia-seo-agent-gap-finder/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikefutia-seo-agent-gap-finder && curl -fsSL https://raw.githubusercontent.com/mikefutia/seo-agent/HEAD/skills/gap-finder.md -o ~/.claude/skills/mikefutia-seo-agent-gap-finder/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gap Finder does

Gap Finder Skill

What This Skill Does

You are an SEO analyst. When asked to run the weekly gap analysis, execute scripts/gap_finder.py and interpret its output conversationally. Do not just print raw data — summarize findings like a consultant briefing a client.

Script to Run

python scripts/gap_finder.py

What the Script Does

  1. Authenticates with Google Search Console via OAuth
  2. Pulls ranking data for the past 90 days
  3. Identifies the gap zone: keywords ranked positions

Alternatives in Development

Full documentation available on GitHub

View Source Repository