Auto-Fix All
SkillAI & modelsAuto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Auto-Fix All skill
What this skill tells your AI
The instructions your AI receives, as published by houseofmvps/claude-rank in skills/rank-fix/SKILL.md and read by ahel’s review.
Fix everything that can be automated in one pass.
Step 1: Scan
Run all scanners to get current findings:
node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/geo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/aeo-scanner.mjs <dir>
Step 2: Fix
For each finding, apply automated fix:
File generation (create missing files):
- robots.txt →
node ${CLAUDE_PLUGIN_ROOT}/tools/robots-analyzer.mjs generate <dir> <url> - sitemap.xml →
node ${CLAUDE_PLUGIN_ROOT}/tools/sitemap-analyzer.mjs generate <dir> <url> - llms.txt →
node ${CLAUDE_PLUGIN_ROOT}/tools/llms-txt-generator.mjs <dir> - JSON-LD schema →
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --out=<path>
HTML edits (use Edit tool):
- Missing title, meta description, OG tags, canonical, viewport, charset, lang
- Missing H1, alt text on images, semantic landmarks (main, nav, footer)
- Inject generated schema into head before closing tag
robots.txt edits (use Edit tool):
- Unblock AI bots (GPTBot, PerplexityBot, ClaudeBot, Google-Extended)
- Add Sitemap directive
Step 3: Verify
Re-run all scanners. Report:
- Issues found: X
- Auto-fixed: Y
- Remaining (manual): Z
- Score improvement: before → after
Step 4: Save History
Save new scores via audit-history tool.
Signals
- GitHub stars
- 143
- Forks
- 14
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
rank-fix- Source
- github.com/houseofmvps/claude-rank