justinbao19

SEO Content Skills — Testing skill for Claude Code

Testing community

Complete SEO content production suite for AI agents — writing, review, QA, and post-publish verification.

How to install SEO Content Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open justinbao19/seo-content-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What SEO Content Skills does

Complete SEO content production suite for AI agents — writing, review, QA, and post-publish verification. Works with Claude Code, OpenClaw, and any SKILL.md-compatible agent runtime.

Alternatives in Testing

  • Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
  • PR Visual Diff — Post before/after stills + GIFs on a visual PR, captured headlessly with Playwright + ffmpeg 324 ★
  • Integration Test — Test elixir plugin post-edit hooks by walking through fixture projects in test/integration/fixtures/ 174 ★

README

SEO Content Skills

A complete SEO content production suite for AI agents. Four skills that cover the full lifecycle — from writing to QA to post-publish verification.

Works with [Claude Code](https://claude.ai/code), [OpenClaw](https://openclaw.ai), and any agent runtime that supports `SKILL.md`.


How They Fit Together

Session 1 — Write + Review
─────────────────────────────────────────────────────
content-production   ← entry point, orchestrates everything
  │
  ├─ seo-blog-writer  ← automated research + writing (Phase 0–4)
  │    └─ Decision-Grade Quality Gate (before delivery)
  │
  └─ content-qa       ← LLM review agent (spawned after draft)
       └─ seo-geo-qa scripts ← automated link/source/SERP checks (Step 0)

Session 2 — Publish (human)

Session 3 — Post-Publish Verification
─────────────────────────────────────────────────────
  seo-geo-qa/scripts/post_publish_check.py ← 251-rule technical audit

The Four Skills

1. `seo-blog-writer` — Automated SEO Writing

Fully automated article production. Give it a topic and domain — it handles keyword research, competitive analysis, writing, link verification, and delivery.

  • Modes: Express (5-10 min) / Standard (15-20 min) / Expert (25-35 min)
  • Output: Article + QA report + schema markup + promotion checklist
  • Gate: Decision-Grade Quality Gate before delivery (exclusion boundaries, ranking fallback, decision engine, convergence summary)
topic: "best AI email apps 2026"
domain: "https://yoursite.com"
mode: "standard"

2. `content-qa` — LLM Content Review Agent

Ruthless, objective QA reviewer. Runs automated checks first (via seo-geo-qa scripts), then applies editorial judgment. Outputs PASS/FAIL with specific, actionable fix requirements.

  • Supports: SEO blog, ad copy, social post, email sequence, landing page
  • Scoring: SEO quality score (0-100) for blog articles
  • Max rounds: 3, then escalates to human

3. `seo-geo-qa` — Technical SEO QA