mcpbeat Sign in

Geo Review HTML Agent Skill

Render an interactive, self-contained HTML companion for a GEO content brief (04-content-brief) or a publish-ready draft (05-production), so a NON-technical client reviewer (founder, organizer staff, the domain expert filling slots) can fill REQUIRED-FILL slots, leave section-level comments, and approve/return work in the browser instead of editing Markdown. Use when a brief or draft needs to go to a client/expert for review, or when building the briefs/index.html entry page for a client folder. The reviewer's input comes back as a JSON file that 04-content-brief Step 9 ingests. Visual quality is delegated to the frontend-design skill.

9k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
510
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ViryaZheng/recomby-geo --skill geo-review-html

The instruction itself

6 sections, as written by the author

geo-review-html — interactive client-review HTML

The Markdown briefs/drafts are right for the GEO operator; they are awkward

for the client side. This skill renders a companion HTML alongside the

Markdown so non-technical reviewers can work in the browser. Battle-tested

in the SEA-CICSIC 9-draft batch (see issue #1).

Division of labour (do not blur this):

  • Interaction logic is fixedtemplates/review.html owns localStorage

auto-save, JSON export, the progress counter, comment toggles, and the

approve/return state machine. It is correct as written; do not regenerate

it per run.

  • Visual layer is the template's CSS — that is where the vendored

frontend-design skill applies. When a client wants a branded or more

distinctive look, restyle the <style> block of templates/review.html

using frontend-design principles. --accent is already overridable per

client via brand_context (see below); deeper restyling edits the CSS.

  • render_html.py only parses Markdown + meta into a payload and injects it.

When to use

  • 04-content-brief Step 7 — emit briefs/<id>.html (fill-form) next to the .md.
  • 04-content-brief Step 9 — ingest the reviewer's returned *.feedback.json.
  • 05-production Step 7 — emit drafts/<id>.html (review form) next to the .md.
  • Whenever a client folder's briefs/index.html entry page needs (re)building.

Usage

SK=plugins/recomby-geo/skills/geo-review-html

# Flavor A — fill-form HTML for a brief with REQUIRED-FILL slots
python3 $SK/scripts/render_html.py --mode brief \
  --md   clients/<slug>/briefs/<id>.md \
  --meta clients/<slug>/briefs/<id>.meta.json \
  --brand clients/<slug>/brand_context.json \
  --out  clients/<slug>/briefs/<id>.html

# Flavor B — review HTML for a publish-ready draft (section comments + approve)
python3 $SK/scripts/render_html.py --mode draft \
  --md   clients/<slug>/drafts/<id>.md \
  --meta clients/<slug>/drafts/<id>.meta.json \
  --brand clients/<slug>/brand_context.json \
  --out  clients/<slug>/drafts/<id>.html

# Entry page — one card per brief/draft, live progress, status tags
python3 $SK/scripts/render_html.py --mode index \
  --client-dir clients/<slug> \
  --brand clients/<slug>/brand_context.json \
  --out  clients/<slug>/briefs/index.html

Pure standard library — no install step. Output is a single self-contained

.html (CSS + JS inlined) safe to email to a client; they double-click it.

How it maps the inputs

  • brief mode splits the brief Markdown on REQUIRED-FILL · <id> · <type>

blockquote blocks. Each becomes a yellow textarea with a <details>

dropdown (what / why / bad example / good example). Everything else becomes

a green "already-filled" prose block with its own 💬 comment toggle. The

authoritative slot list is meta.json's slots[].

  • draft mode splits on ## headings so every section gets a comment

toggle; the prose is rendered read-only with an ✓ Approve as-is action.

  • index mode scans briefs/ and drafts/ for *.meta.json, reading

format, status, word_count, and slot fill counts. Live per-brief

progress is read from each brief's localStorage when the page is opened.

  • --brand is optional. brand_name sets the client label; brand.primary_color

(or brand_color) overrides the --accent CSS variable for light branding.

Returned feedback contract

Each HTML exports a JSON file matching schemas/review_feedback.schema.json:

{
  "brief_id": "free-cash-prize",
  "filled_at": "2026-06-07T14:30:00Z",
  "filled_by": "Jane Doe",
  "answers": { "data-1": "...", "quote-1": "..." },
  "comments": { "overall": "...", "filled-headline-finding": "..." },
  "status": "reviewed-with-comments"
}

statusreviewed-with-comments | approved-as-is | partial-fill.

The GEO operator feeds answers into the matching slots during

04-content-brief Step 9 (NEVER auto-filled by AI — the slots are the moat).

Hard rules

  • Never auto-fill answers — the JSON carries the human's real input;

that is the whole point. AI assembles, humans supply.

  • Keep the interaction JS fixed — restyle CSS freely (frontend-design),

but don't rewrite the localStorage/export/state-machine logic per run.

  • Output stays self-contained — one file, no external CSS/JS, so a

non-technical reviewer can open it from an email attachment.

Other skills for the same job

different authors, same section of the catalogue
Vitepress
by christophacham
×2

VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.

16k tokens
Bids
by K-Dense-AI
×1

> organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars, or creating BIDS derivatives.

229k tokens scripts
Shopify Developer
by christophacham
×1

Complete Shopify development reference covering Liquid templating, OS 2.0 themes, GraphQL APIs, Hydrogen, Functions, and performance optimization (API v2026-01). Use when working with .liquid files, building Shopify themes or apps, writing GraphQL queries for Shopify, debugging Liquid errors, creating app extensions, migrating from Scripts to Functions, or building headless storefronts. Triggers on "Shopify", "Liquid template", "Hydrogen", "Storefront API", "theme development", "Shopify Functions", "Polaris". Do NOT use for non-Shopify e-commerce platforms.

39k tokens
Writing Page Layout
by ComeOnOliver
×1

Use this skill when you need to write code for a page layout in the Next.js

2k tokens
Od Contribute
by nexu-io

One-click contribution flow for Open Design (nexu-io/open-design) — even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.

19k tokens scripts
Draw Io Diagram Generator
by github
vendor

Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code extension, and the full agent workflow from request to a ready-to-open file.

34k tokens scripts
Frontend
by redis
vendor

>- component folder structure, styled-components, hooks, named exports, barrel files, layout components, and theme usage. Use when editing any file under redisinsight/ui/**, writing or modifying React components, Redux slices, styled-components, custom hooks, or when the user mentions UI, frontend, React, Redux, or styled-components.

3k tokens
Md2wechat
by geekjourneyx

Convert Markdown to WeChat Official Account HTML, inspect supported providers/themes/prompts, generate article images, create drafts, write with creator styles, prepare title suggestions, and remove AI writing traces.

3k tokens

How to use it

Copy the folder

Take viryazheng/geo-review-html from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.