From analytics-reporter
Generates a monitoring dashboard configuration for project metrics, supporting Grafana, Datadog, and custom HTML. Outputs a JSON dashboard with panels for build health, velocity, quality, performance, and dependencies.
How this command is triggered — by the user, by Claude, or both
Slash command
/analytics-reporter:dashboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a monitoring dashboard configuration for project metrics visualization. ## Steps 1. Determine the dashboard platform (Grafana, Datadog, custom HTML). 2. Identify key metrics to display: - **Build health**: CI pass rate, build duration trend. - **Code velocity**: Commits per day, PRs merged per week. - **Quality**: Test coverage trend, bug count, tech debt items. - **Performance**: API response times, error rates, uptime. - **Dependencies**: Outdated count, vulnerability count. 3. Design panel layout: - Top row: Key KPIs as single-stat panels. - Middle: Time s...
Generate a monitoring dashboard configuration for project metrics visualization.
{
"title": "<Project> Dashboard",
"panels": [
{ "type": "stat", "title": "Build Status", "query": "..." },
{ "type": "graph", "title": "Response Time (P95)", "query": "..." }
]
}
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin analytics-reporter/dashboardGenerates a monitoring dashboard configuration for project metrics, supporting Grafana, Datadog, and custom HTML. Outputs a JSON dashboard with panels for build health, velocity, quality, performance, and dependencies.
/create-dashboardCreates APM monitoring dashboards covering golden signals, request metrics, resource utilization, database and cache metrics, business KPIs, and error tracking. Outputs dashboard config files, metric queries, alert rules, and setup instructions.
/create-dashboardCreates monitoring dashboards with key metrics for service observability, following best practices for layout, color coding, and SLA targets.
/doraMeasures, benchmarks, and instruments DORA metrics (Deployment Frequency, Lead Time, Change Failure Rate, MTTR) for production engineering teams. Supports instrument, dashboard, benchmark, and debug modes.
/aggregate-metricsAggregates performance metrics across application, system, database, cache, queue, and external services. Generates instrumentation code, naming standards, collection configuration, dashboards, and alert definitions.