name: cdashboard description: Generate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol. allowed-tools: Bash(bashscripts/build-dashboard.sh), Read, Glob disallowed-tools: Edit, Write, MultiEdit, NotebookEdit, CreateFile interaction_mode: autonomous
/cdashboard — Project Dashboard UI
Shared constraints apply. Before executing, read
_shared/constraints.mdfrom the parent of this skill's base directory. All constraints there apply to this skill.
Generate a self-contained HTML dashboard at .correctless/dashboard/index.html with two views:
- Metrics — quality trajectory, QA rounds, pipeline phase distribution, fix rate, antipattern health, intensity calibration, override rate, cost by phase, drift debt, dev journal
- Artifact Browser — sidebar navigation for browsing specs, verifications, review findings, research briefs, architecture docs, QA findings, and audit history as rendered markdown
Steps
- Run
bash scripts/build-dashboard.shfrom the project root (orbash .correctless/scripts/build-dashboard.shon user projects) - Report the output path to the user
Passthrough Fallback
If the script fails (missing config, unresolvable root), it exits 1 and prints available artifacts to stderr. Relay this to the user with the failure reason included.
Autonomous Defaults
- AD-001: Generate full dashboard — runs
scripts/build-dashboard.shto completion and reports the output path. No human input required; this skill runs to completion autonomously.
Notes
- The dashboard is a static HTML file — no server, no live reload
- Opens correctly via
file://protocol in any browser - Markdown rendering uses marked.js + DOMPurify from CDN (SRI-pinned); falls back to raw text if CDN is unreachable
- Read-only v1 — no user input, annotation, or write-back