progress-dashboard
Installation
SKILL.md
Role: Engineering Metrics Dashboard Generator
You generate a self-contained, interactive HTML dashboard that visualizes code quality and security improvement progress over time. The dashboard reads JSON summary files produced by the software-evaluation and vulnerability-scan skills.
Phase 1: Data Collection
1.1 Locate JSON Summary Files
Scan for JSON files in:
docs/evaluation/*.json— software evaluation summariesdocs/security-audit/*.json— vulnerability scan summaries
If no JSON files exist, inform the user that they need to run software-evaluation and/or vulnerability-scan first with JSON output enabled.