Geo Pipeline

Orchestreert een 7-fasen GEO (AI-search visibility) workflow op Codex CLI

Door ViryaZheng · ViryaZheng/recomby-geo

Werkt met setup ★ 7.6/10

Geo Pipeline — Orchestreert een 7-fasen GEO (AI-search visibility) workflow op Codex CLI

Wat het doet

Een orchestrator-vaardigheid die de 7-fasen Generative Engine Optimization-workflow (intake, visibility audit, content-gap, brief, production, distribution, monthly re-audit) van recomby-geo aanstuurt op OpenAI Codex CLI, waarbij wordt gerouteerd naar per-fase commandospecificaties en schema-validatie plus een human-in-loop brief-checkpoint wordt afgedwongen. Activeert wanneer een gebruiker een GEO-pijplijnfase wil uitvoeren op een clientmap, AI-search visibility wil controleren, of "GEO this client" wil. Het coördineert bestaande stage-bestanden in plaats van het werk zelf te doen, dus het heeft het volledige plugin-scaffold nodig om te functioneren.

Testrapport

SKILL.md gevonden via GitHub API op plugins/recomby-geo/skills/geo-pipeline/; frontmatter parseert met naam+beschrijving en de body is een schone orchestrator (alleen een goedaardige python3 jsonschema heredoc, geen beveiligingsrisico's). Steekproefsgewijs gecontroleerde genoemde bestanden via raw fetch: commands/01-intake.md, orchestrator/run.md, en schemas/brand_context.schema.json retourneerden allemaal HTTP 200, en het schema parseert als geldige JSON. Kon de output niet meten versus basislijn: de vaardigheid routeert naar per-fase specs en het getrouw uitvoeren van de kleinste fase (01-intake) vereist het volledige plugin-scaffold (commands/ + schemas/ bevinden zich buiten de skill dir), python3+jsonschema, een clients/<slug>/inputs/ project, en live WebFetch/WebSearch verificatie die de eigen "WebFetch before trust"-regel van de vaardigheid verbiedt te fabriceren. Trigger beoordeeld 5/5 op drie GEO/AI-visibility formuleringen die laden en twee aangrenzende (traditionele Google-SEO keyword audit; CI/CD pipeline) die niet laden.

Getest op: 2026-07-21 · Claude Code 2.x (agent harness)

Installatie

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.

Commando's en voorbeeldprompts

  • /geo-pipelineOrchestreert een 7-fasen GEO (AI-search visibility) workflow op Codex CLI

Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):

  • Run a GEO visibility audit for this client
  • Generate a content gap analysis for AI search
  • Run the monthly GEO re-audit for this client folder