testzeus-dashboards#

View TestZeus dashboards and metrics such as pass/fail trends and summaries.

Category: dashboards · Version: 1.0.0 · Requires: testzeus-auth

Triggers: dashboard, metrics, pass fail trends, test health, overview

Triggers#

See triggers.md for pattern matching rules.

Overview#

Guides AI agents in displaying test dashboards and metrics. Focus on high-level insights and actionable visualizations.

Capabilities#

  1. Display test overview dashboards

  2. Show environment health

  3. View trend charts

  4. Compare metrics across time periods

Response Formatting#

Dashboard Display#

{
  "component": "Dashboard",
  "props": {
    "title": "Test Overview",
    "widgets": [
      { "type": "metric", "title": "Total Tests", "data": { "value": 1234 } },
      { "type": "metric", "title": "Pass Rate", "data": { "value": "98.5%" } },
      { "type": "status", "title": "Health", "data": { "passed": 98, "failed": 2 } },
      { "type": "chart", "title": "Trends", "data": {...} }
    ],
    "columns": 2
  }
}

Best Practices#

  1. Lead with key metrics

  2. Use appropriate visualizations

  3. Highlight anomalies or trends

  4. Make actionable recommendations

Examples#

See examples/conversation.md