Debate
This skill is a thin integration. The Debate Hall runtime is deliberately not copied into this repository.
Prerequisite
The debate-run command must be installed and available on PATH. If it is
missing, tell the user to install the standalone debate-app package; do not
reimplement or copy its runtime into the skills directory.
Run
When the user sends /debate <directory>:
Resolve and validate the directory.
Confirm
debate-runis available.Run:
debate-run "<directory>"Report where the generated
.debate/artifacts were written.
For a persistent UI, run debate-hall and direct the user to the URL printed
by the application.
Safety
- Treat Debate Hall as read-only review tooling unless the user explicitly requests implementation afterward.
- Do not vendor
debate.py, Hall UI assets, or runtime files into this skill. - Add
.debate/to the reviewed repository's.gitignorewhen the user does not want run artifacts committed.