Help us improve
Share bugs, ideas, or general feedback.
From analytics-reporter
Generates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin analytics-reporterHow 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...
/create-dashboardCreates APM monitoring dashboards covering golden signals, requests, resources, database/cache metrics, errors, and KPIs. Outputs JSON/YAML configs, queries, visualizations, alerts, and setup instructions for Grafana, Datadog, New Relic.
/create-dashboardGenerates monitoring dashboard specifications for Grafana, Datadog, or CloudWatch with key metrics, panels, layout, interactions, and observability settings.
/doraInstruments, benchmarks, debugs, and visualizes DORA metrics (Deployment Frequency, Lead Time, Change Failure Rate, MTTR) by emitting events to Prometheus and generating Grafana dashboards. Also supports instrumentation and benchmarking subcommands.
/setup-metricsDesigns a metrics dashboard for a product or feature, defining North Star metric, input metrics, health metrics, counter-metrics, alert thresholds, and dashboard spec.
Share bugs, ideas, or general feedback.
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": "..." }
]
}