ワンクリックで
cdashboard
Generate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Post-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.
Fully-autonomous issue-resolution pipeline. Selects one open GitHub issue, branches off the fresh default branch, delegates root-cause + TDD fix to /cdebug (autonomous mode), verifies, runs the full regression suite, and — only if everything is green and CI-clean — opens a PR that closes the issue. Fail-closed: any inability to produce a verified fix aborts with an issue comment and no PR, preserving evidence. The issue→PR sibling of /cauto.
Update project documentation after a feature lands. Updates README, .correctless/AGENT_CONTEXT.md, .correctless/ARCHITECTURE.md, and feature docs. Run before merging.
Enforced TDD workflow. Write failing tests from spec rules, then implement. Use after /creview approves a spec.
Compare current model+HARNESS_VERSION pipeline metrics against stored baselines and produce a per-feature regression report. Use after Anthropic ships a model upgrade or when /cspec/cstatus surfaces a harness version_bumped advisory. Read-only on the fingerprint store; writes only the baseline file.
Show current Correctless workflow state, available commands, and suggested next steps. Run anytime to see where you are.
| name | cdashboard |
| description | Generate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol. |
| allowed-tools | Bash(bash*scripts/build-dashboard.sh*), Read, Glob |
| disallowed-tools | Edit, Write, MultiEdit, NotebookEdit, CreateFile |
| interaction_mode | autonomous |
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:
bash scripts/build-dashboard.sh from the project root (or bash .correctless/scripts/build-dashboard.sh on user projects)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.
scripts/build-dashboard.sh to completion and reports the output path. No human input required; this skill runs to completion autonomously.file:// protocol in any browser