Aggregate all workflow data into a project health and ROI dashboard showing bugs caught, token cost, and trends.
/csummary), or checking current workflow state (use /cstatus).This skill is standalone and project-wide. It reads accumulated data from every feature that has gone through the Correctless workflow — QA findings, verification reports, antipatterns, drift debt, audit history, token logs, and git history. It produces a comprehensive dashboard with actionable health analysis. Run it periodically to spot trends.
.correctless/artifacts/token-log-*.json to compute cost per bug caught, tokens per feature by phase, tokens per LOC, and estimated production fix cost avoided. Shows whether token spend is efficient (e.g., “65% of tokens go to TDD, which catches 60% of bugs”).session-meta and facets data from ~/.claude/usage-data/, filtered to the current project. Reports exact token cost (ground truth), tool distribution, friction rate, user engagement, and outcome rate.User: /cmetrics
# Correctless Metrics — my-project
# Generated: 2026-03-29
## Overview
- Features completed: 8
- Total issues caught: 47
- Bug escape rate: 2 escaped / 47 caught (4.1%)
- Workflow active since: 2026-01-15
## Issues by Phase
| Phase | Issues | % of Total | Notes |
|--------------|--------|------------|------------------------------------|
| Review | 12 | 25% | Security checklist added 40% of these |
| QA | 22 | 47% | 5 class fixes added structural tests |
| Verify | 8 | 17% | |
| Audit | 5 | 11% | |
## Token ROI Analysis
- Total tokens tracked: 2.4M across 8 features
- Cost per bug caught: ~51k tokens (47 bugs)
- Estimated production fix cost avoided: 47 bugs x 2-10 hrs = 94-470 hrs
## Session Analytics
- Correctless sessions: 62% fully achieved outcome
- Freeform sessions: 41% fully achieved outcome
## Health Analysis
- QA rounds trending down (3.1 -> 2.3 avg) — workflow getting more effective.
- Error handling antipatterns growing fastest (+4 in 3 months). Consider architectural pattern.
- Spec revision rate: 25% of features — acceptable.
| Reads | Writes |
|---|---|
.correctless/artifacts/qa-findings-*.json |
.correctless/artifacts/metrics-{date}.md |
docs/verification/*-verification.md |
|
.correctless/meta/workflow-effectiveness.json |
|
.correctless/antipatterns.md |
|
.correctless/meta/drift-debt.json |
|
.correctless/artifacts/findings/audit-*-history.md |
|
.correctless/specs/*.md |
|
.correctless/artifacts/summary-*.md |
|
.correctless/artifacts/token-log-*.json |
|
.correctless/artifacts/audit-trail-*.jsonl |
|
~/.claude/usage-data/session-meta/*.json |
|
~/.claude/usage-data/facets/*.json |
|
docs/decisions/*.md |
|
| Git log |