system-health-dashboard-validator

Validate Admin Hub dashboard telemetry coverage for feed health, AI usage, users, and errors.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BruceTyndall/socelle-global --skill system-health-dashboard-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-health-dashboard-validator
Source: https://github.com/BruceTyndall/socelle-global/tree/main/.agents/skills/system-health-dashboard-validator
Command: npx skills add https://github.com/BruceTyndall/socelle-global --skill system-health-dashboard-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that critical system health metrics are being properly tracked and displayed in the Admin Hub dashboard, preventing blind spots in system monitoring.

Core Features & Use Cases

  • Telemetry Coverage Validation: Verifies that live data paths exist for key metrics like feed health, AI cost/usage, user counts, and error summaries.
  • Code Change Verification: Designed to be run whenever telemetry code related to the Admin dashboard is modified.
  • Use Case: After updating the usePlatformStats hook, run this Skill to confirm that the changes haven't broken the display of AI credit usage on the Admin Dashboard.

Quick Start

Run the system-health-dashboard-validator skill to check for live data paths in the Admin Dashboard.

Frequently Asked Questions about system-health-dashboard-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Admin Dashboard telemetry coverage after modifying hooks?

Validate system health dashboard telemetry by searching specific project directories and files to confirm live data paths exist for feed health, AI cost/usage, user counts, and error metrics before deploying code changes.

What system health metrics should be tracked in an Admin Hub dashboard?

An Admin Hub dashboard should track feed health, AI cost and usage, user counts, and error summaries to prevent blind spots in system monitoring and ensure critical metrics are displayed.

How do I check if a code change broke telemetry display on my dashboard?

Run this validator after updating telemetry hooks to search for relevant keywords and data paths, confirming that changes to hooks like usePlatformStats haven't broken metric displays such as AI credit usage.

Does this telemetry validator work outside the SOCELLE-WEB project?

This telemetry validator requires searching specific directories and files within the SOCELLE-WEB project, so it is not designed to work outside that codebase without significant modification.

When should I run a system health dashboard coverage check?

Run a system health dashboard coverage check whenever telemetry code related to the Admin Dashboard is modified, such as after updating the usePlatformStats hook, to verify live data paths remain intact.