Geo Pipeline
Orchestuje 7fázový GEO (AI-search visibility) pracovní postup na OpenAI Codex CLI
Funguje s nastavením
Co umí
An orchestrator skill that drives recomby-geo's 7-stage Generative Engine Optimization workflow (intake, visibility audit, content-gap, brief, production, distribution, monthly re-audit) on OpenAI Codex CLI, routing to per-stage command specs and enforcing schema validation plus a human-in-loop brief checkpoint. Spouští se, když uživatel wants to run a GEO pipeline stage on a client folder, audit AI-search visibility, or "GEO this client." It coordinates existing stage files rather than doing the work itself, so it needs the full plugin scaffold to function.
Testovací report
Nalezeno SKILL.md via GitHub API at plugins/recomby-geo/skills/geo-pipeline/; frontmatter se parsuje s name+description and the body is a clean orchestrator (only a benign python3 jsonschema heredoc, no security smells). Spot-checked referenced files via raw fetch: commands/01-intake.md, orchestrator/run.md, and schemas/brand_context.schema.json all returned HTTP 200, and the schema parses as valid JSON. Could not measure output vs baseline: the skill routes to per-stage specs and faithfully running the smallest stage (01-intake) requires the full plugin scaffold (commands/ + schemas/ sit outside the skill dir), python3+jsonschema, a clients/<slug>/inputs/ project, and live WebFetch/WebSearch verification the skill's own "WebFetch before trust" rule forbids fabricating. Trigger judged 5/5 on three GEO/AI-visibility phrasings loading and two adjacents (traditional Google-SEO keyword audit; CI/CD pipeline) not loading.
Testováno: 2026-07-21 · Claude Code 2.x (agent harness)
Instalace
git clone --depth 1 https://github.com/ViryaZheng/recomby-geo.git /tmp/geo-pipeline-src mkdir -p ~/.claude/skills cp -R /tmp/geo-pipeline-src/plugins/recomby-geo/skills/geo-pipeline ~/.claude/skills/geo-pipeline # IMPORTANT: this skill is an ORCHESTRATOR and is non-functional standalone. # It references files at the PLUGIN ROOT (outside the skill dir): # plugins/recomby-geo/commands/01-intake.md ... 07-reaudit.md # plugins/recomby-geo/orchestrator/run.md # plugins/recomby-geo/schemas/*.schema.json # plugins/recomby-geo/skills/geo-review-html/scripts/render_html.py # To actually run stages, install the whole plugin instead of just this skill: # cp -R /tmp/geo-pipeline-src/plugins/recomby-geo ~/.claude/plugins/recomby-geo # Runtime deps: python3 on PATH + `pip install jsonschema` (schema validation). # Also needs a scaffolded clients/<slug>/inputs/ folder with client materials, # and live WebFetch/WebSearch + sub-agent scouting to execute stage 01 onward.
Příkazy a ukázkové prompty
/geo-pipelineOrchestuje 7fázový GEO (AI-search visibility) pracovní postup na OpenAI Codex CLI
Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):
Run a GEO visibility audit for this clientGenerate a content gap analysis for AI searchRun the monthly GEO re-audit for this client folder