dashboard-review

Review dashboard dives for rendering, data correctness, and performance.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Soria-Inc/soria-stack --skill dashboard-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-review
Source: https://github.com/Soria-Inc/soria-stack/tree/main/dashboard-review
Command: npx skills add https://github.com/Soria-Inc/soria-stack --skill dashboard-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies whether a dashboard "dive" is safe to ship by validating that the UI renders correctly, rendered values match seed and warehouse data, interactive controls work, methodology/verify modals are present and accurate, edge cases are handled, and performance/network behavior is within budget.

Core Features & Use Cases

  • Dual-phase render validation: verifies Postgres-proxy first paint and WASM upgrade behavior with screenshots and snapshots.
  • Data correctness checks: compares rendered UI values to verifications seeds and live warehouse queries to detect stale or miswired data.
  • Interactivity and contract checks: exercises manifest-declared controls via headless browse to confirm click mutations and URL presets work, and validates Methodology and Verify modals.
  • Edge-case and performance audits: scans for formatting/null bugs, nonsensical ratios, console/network errors, and request storms, and produces a gate-by-gate artifact report.
  • Use Case: run before promoting a dive to catch customer-visible defects like decimal-place or aggregation bugs that would mislead users.

Quick Start

Run a complete dashboard review for the dive id <dive-id> against the base URL <base-url> and produce the artifacts report.

Frequently Asked Questions about dashboard-review

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

FAQPage Schema
How do I validate dashboard data correctness before shipping a dive?

To validate dashboard data correctness before shipping a dive, you can run an end-to-end ship-readiness review that compares rendered UI values against verification seeds and live warehouse queries to detect stale or miswired data.

What is dashboard ship-readiness review for local development environments?

Dashboard ship-readiness review is an end-to-end validation process for local or preview environments that verifies UI rendering, interactivity, edge-case formatting, and performance to ensure a dashboard dive is safe to promote.

How do I check dashboard interactivity and methodology modals using a headless browse binary?

You can check dashboard interactivity and methodology modals using a headless browse binary to exercise manifest-declared controls, confirm click mutations, verify URL presets, and validate that Methodology and Verify modals are present and accurate.

Do I need a soria CLI environment to review dashboard performance and network behavior?

Yes, you need an active soria CLI environment and a built headless browse binary to review dashboard performance, scan for console and network errors, detect request storms, and generate a gate-by-gate artifact report.

Can I verify dual-phase Postgres proxy and WASM client rendering for a dashboard dive?

Yes, you can verify dual-phase rendering by checking the Postgres-proxy first paint and WASM upgrade behavior, capturing screenshots and snapshots to ensure UI-to-warehouse fidelity before promoting the dashboard dive.

What is the best way to catch edge-case formatting and aggregation bugs in a data dashboard?

The best way to catch edge-case formatting and aggregation bugs is to run a comprehensive dashboard review that scans for null bugs, nonsensical ratios, and decimal-place errors that would mislead users before promotion.