← ClaudeAtlas

dxkit-reportslisted

Run dxkit reports and explain their output, including the consolidated dashboard view. Use when the user asks "run health", "check security", "show me the dashboard", "open the dashboard", "tour the dashboard", "explain the dashboard", "what does this score mean", or anything about generating / interpreting dxkit analyzer output. Always reach for this skill even when the user names a specific subcommand (health, vulnerabilities, dashboard, bom, etc.) — running the command is only half of the value; the skill wraps the output with the right framing. Hands off to dxkit-action for fixing findings.
vyuh-labs/dxkit · ★ 2 · Data & Documents · score 68
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