skills/html-debrief/SKILL.md
Use for interactive HTML debriefs or saved HTML findings/reports from the current task.
npx skillsauth add paulrberg/dot-agents html-debriefInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persist evidence from the current task as an opinionated interactive HTML report.
./.ai/debriefs/<slug>/index.html using the installed html-playground skill.Run the bundled preparer from the target repository:
bash <skill-dir>/scripts/prepare.sh <slug>
Use its PLAYGROUND_DIR, DEBRIEFS_DIR, DEBRIEF_PATH, and EXISTS output. Relay dependency or slug errors and
stop.
Read the resolved HTML playground SKILL.md and exactly one matching template: diff review, document critique, code
map, concept map, data explorer, or design playground. Adapt its interaction model to the evidence; do not load every
template.
Build one self-contained HTML file with the playground's live controls, useful presets, evidence view, natural-language prompt output, and copy feedback. Use no external dependencies.
Verify that every claim traces to the task transcript or tool evidence, the output contains no placeholders, and the
file opens/renders. Then run open "$DEBRIEF_PATH" and finish with ### 📊 Debrief ready — <title>, the clickable
absolute path, Opened in browser, and one compact line naming the evidence view and presets.
Completion requires a non-placeholder HTML debrief at the selected path, evidence-grounded content, successful
rendered/file inspection, and explicit overwrite handling. Keep preparer KEY=VALUE output, dependency commands, paths,
and slug errors exact and undecorated.
development
Refactor naming and repository structure exhaustively while preserving behavior and external contracts.
tools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).
testing
Audit an entire repository with fresh eyes for correctness errors, bugs, omissions, duplication, inconsistencies, and other evidenced mistakes; fix every safe issue and verify the result.
development
Autonomous overnight codebase improvement with bounded runtime, evidence-gated changes, and verification.