atlas_dashboard
Generate an interactive HTML dashboard that displays live code metrics: complexity, coverage, dependencies, security, performance, and git stats.
Instructions
Generate beautiful HTML dashboard with live code metrics: complexity trends, test coverage, dependency graphs, security audit, performance hotspots, and git stats. Creates interactive visualizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Dashboard theme | |
| title | No | Dashboard title | |
| outputPath | No | Output path for HTML file | |
| projectPath | Yes | Path to project root | |
| includeCoverage | No | Include coverage metrics | |
| includeGitStats | No | Include git statistics | |
| includeSecurity | No | Include security metrics | |
| refreshInterval | No | Auto-refresh interval in seconds | |
| includeComplexity | No | Include complexity metrics | |
| includePerformance | No | Include performance metrics | |
| includeDependencies | No | Include dependency analysis |