skills/debrief/SKILL.md
Use for debriefs or saved findings/reports from the current task.
npx skillsauth add paulrberg/dot-agents 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, or as terse Markdown with --md.
./.ai/debriefs/<slug>/index.html using the installed playground skill.--md: ./.ai/debriefs/<slug>/index.md, with no playground dependency.Run the bundled preparer from the target repository:
bash <skill-dir>/scripts/prepare.sh [--md] <slug>
Use its MODE, PLAYGROUND_DIR, DEBRIEF_PATH, and EXISTS output. Relay dependency or slug errors and stop.
For HTML, read the resolved 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 file:
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 report the absolute path.
Completion requires a non-placeholder debrief at the selected path, evidence-grounded content, successful rendered/file inspection, and explicit overwrite handling.
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.