html-preview-reviewlisted
Install: claude install-skill iamtatsuki05/dotfiles
# HTML Preview Review
**UTILITY SKILL.** Render completed, verified evidence as private static HTML.
**INVOKES:** Bundled renderer, then exactly one supported presenter.
## Workflow
1. Finish work and verification; get required fresh read-only reviewer findings. The main agent decides.
2. Read [the JSON schema and evidence boundaries](references/schema.md) completely, then create `review.json`.
3. In the active session, create `.agent/work/sessions/<session>/artifacts/html-preview-review/` with mode `0700`; write `review.json` there with mode `0600`. Create the session first if absent.
4. Render:
```bash
python3 <skill-dir>/scripts/render_review.py --input <artifact-dir>/review.json --output <artifact-dir>/index.html
```
5. By default, immediately present every generated review with one supported presenter. Select exactly one supported presenter before starting the helper:
- Codex controls plus its sub-skill: [Codex presenter](references/presenters/codex.md).
- Otherwise, configured Playwright MCP tools: [Playwright MCP presenter](references/presenters/playwright-mcp.md).
- If no supported presenter is available, report the limitation and local artifact path, then stop before starting the helper.
Read exactly one presenter reference completely. Do not start the helper until the selected presenter readiness checks pass. Do not switch presenters after a readiness, navigation, or verification failure.
6. Start the bundled one-shot loopback helper: