dashboard-trust

Audit dashboard metrics for accuracy, null-safety, and rendering integrity.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/aaronjullger-lgtm/PANaCEa --skill dashboard-trust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-trust
Source: https://github.com/aaronjullger-lgtm/PANaCEa/tree/main/.claude/skills/dashboard-trust
Command: npx skills add https://github.com/aaronjullger-lgtm/PANaCEa --skill dashboard-trust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and fix dashboard metric inaccuracies, ensure null-safety, and guarantee reliable rendering from data sources through API, transforms, and UI.

Core Features & Use Cases

  • Data-source validation and API correctness checks across dashboard endpoints.
  • Transform and rendering integrity to ensure charts and widgets reflect true values.
  • End-to-end data lineage verification for new metrics and edge-case handling.

Quick Start

Describe the issue to the AI and specify the dashboard or metric to audit, then follow the inspection steps to locate and fix the root cause.

Frequently Asked Questions about dashboard-trust

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

FAQPage Schema
How do I audit dashboard metrics for accuracy and null-safety?

Dashboard metric auditing checks data-source validation, API correctness, transform integrity, and render fidelity to ensure null-safety. It traces data lineage from the source through API transforms to the UI, verifying that charts and widgets reflect true values without breaking on null data.

Why does my data visualization display incorrect values from the API?

Data visualizations show incorrect values when transform integrity or API endpoints corrupt data between the source and the UI. Auditing dashboard rendering end-to-end identifies where metric values diverge, ensuring charts and widgets accurately reflect true values from the original data source.

How to verify null-data handling end-to-end for analytics widgets?

Verifying null-data handling requires testing component resilience and render fidelity across analytics widgets. You audit dashboard metrics end-to-end to ensure null values from the data source do not break API transforms or cause rendering failures in the final chart or metric display.

What is the best way to add new metrics to an existing analytics dashboard?

The best way to add new metrics is verifying end-to-end data lineage from the data source to the UI. This involves validating new API endpoints, ensuring transform integrity for new fields, and confirming chart components render new metrics accurately without null-safety issues.

Does this dashboard audit process work for any chart component or visualization?

Yes, the dashboard audit process applies to any dashboard, analytics panel, chart component, metric display, widget, or data visualization. It systematically checks data-source validation, API correctness, transform integrity, component resilience, and render fidelity regardless of visualization type.

When do I need to check data-source validation for dashboard rendering issues?

You need to check data-source validation when dashboard metrics show inaccuracies or rendering failures. If widgets display null values incorrectly or charts show misleading data, auditing data source and API correctness ensures the root cause is identified before checking UI transform integrity.