dxkit-reportslisted
Install: claude install-skill vyuh-labs/dxkit
# dxkit-reports
This skill runs dxkit analyzers and reads their output back to the user. It's the "tell me how my codebase is doing" surface.
## Command map
| User asks | Command | Output |
|---|---|---|
| "Overall health" / "give me the score" | `npx vyuh-dxkit health` | 6-dimension score table + top actions per dimension |
| "Check security" / "find vulns" | `npx vyuh-dxkit vulnerabilities` | Code-level SAST + dep-vuln + secret findings, grouped by severity |
| "Test coverage gaps" | `npx vyuh-dxkit test-gaps` | Source files without matching tests, prioritized by architectural role |
| "Code quality" | `npx vyuh-dxkit quality` | Lint findings + duplication + slop score |
| "Who's been working on what" | `npx vyuh-dxkit dev-report` | Per-author activity, hot files, churn |
| "License inventory" | `npx vyuh-dxkit licenses` | Every dependency's declared license |
| "Bill of materials" | `npx vyuh-dxkit bom` | Licenses + dep vulnerabilities joined (15-col XLSX-ready output) |
| "Run everything" | `npx vyuh-dxkit report` | Every analyzer in one shot, ~3-5 min |
| "Show me the dashboard" | `npx vyuh-dxkit dashboard` | Single HTML view of all reports — opens at `.dxkit/reports/dashboard.html`, incl. an interactive **Graph** tab (code structure) |
| "What does this repo do / where is X" | `npx vyuh-dxkit explore <sub>` | Query the code graph: entry-points / hot-files / communities / file / feature / api-surface |
| "Token-efficient context for a query" | `npx vyuh-dxkit context