Generate project health monitoring dashboard
dashboardcommandsetup L2★1,676
rohitg00/awesome-claude-code-toolkit ↗What it does
Generate monitoring dashboard configuration
Best for
DevOps teams and engineering leads setting up project health dashboards for visibility on CI/CD, code quality, and infrastructure.
Inputs
- · Dashboard platform choice (Grafana, Datadog, custom HTML)
- · Metrics to display (build health, code velocity, quality, performance)
Outputs
- · Dashboard JSON configuration file
- · Panel layout with KPI, trend, and detail breakdowns
Requires
- · Dashboard platform API or JSON schema
Preconditions
- · Metrics source identified (CI/CD, monitoring tool, git)
- · Platform selected
Failure modes
- · Does not auto-populate data sources (manual configuration required)
- · JSON schema varies by platform (not portable across Grafana and Datadog)
- · Alert thresholds are generic (not tuned to project)
Trust signals
- · Four metric categories (build health, code velocity, quality, performance)
- · Panel layout guideline (8-12 panels max, top KPIs, middle trends, bottom tables)
- · Color coding rules (green=healthy, yellow=warning, red=critical)
- · Includes time range selector and drill-down links
- · JSON template with data source documentation