geo-review-html

Solid

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.

Web & Frontend 509 stars 46 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 fixed** — `templates/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 ```bash SK=plugins/recomby-geo/skills/geo-review-html # Flavor A — fill-form HTML for ...

Details

Author
ViryaZheng
Repository
ViryaZheng/recomby-geo
Created
2 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

geo-review-html

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.

509 Updated 6 days ago
recomby-ai
Code & Development Listed

interactive-review

Render a plan, report, or analysis in a browser-based interactive viewer where the user can submit feedback directly from the page. Claude reads the feedback and iterates. Use this instead of render-output whenever the output needs user approval or changes before it's final — plans, proposals, designs, eval results, architecture decisions, task breakdowns. Trigger on: "show me", "review this", "get my feedback", "iterate on", "send for review", or any output that will need at least one round of user input before it's done.

0 Updated 3 days ago
anhermon
Web & Frontend Listed

html-visualize-feedback

Render a document, draft, or plan as a browser HTML page the user marks up with inline comments — feedback mode of html-visualize.

0 Updated today
hk9890