perses-dashboard-review

Fetch and analyze Perses dashboards to generate structured quality reports.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill perses-dashboard-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: perses-dashboard-review
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/perses-dashboard-review
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill perses-dashboard-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perses dashboard quality often drifts as dashboards evolve; this skill fetches definitions, analyzes structure and configurations, and surfaces actionable improvement recommendations to keep dashboards reliable and maintainable.

Core Features & Use Cases

  • Assess layout integrity, query correctness, variable dependencies, and datasource scoping to ensure dashboards render accurately and efficiently.
  • Generate a structured findings report with prioritized recommendations and risk levels (critical, warning, info).
  • Use for ongoing quality audits, pre-release dashboards, and governance when multiple teams contribute to Perses projects.

Quick Start

Inspect a Perses dashboard project and request a full quality audit; the tool will fetch, analyze, and return a prioritized report with optional fixes.

Frequently Asked Questions about perses-dashboard-review

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

FAQPage Schema
How do I audit a Perses dashboard for quality and correctness?▼

To audit a Perses dashboard, fetch the dashboard definitions and analyze the layout, queries, variables, and datasources to generate a structured quality report with prioritized findings and risk levels.

What is the best way to find query errors and layout issues in Perses dashboards?▼

Analyzing query correctness and layout integrity in Perses dashboards surfaces configuration drift and rendering issues, providing a prioritized report with critical, warning, and info risk levels to maintain dashboard reliability.

Can I automatically fix dashboard configuration drift in Perses?▼

Yes, you can apply validated improvements to Perses dashboards using the optional --fix mode, which applies non-destructive corrections after the default audit workflow analyzes and reports structural issues.

Does the Perses dashboard audit support pre-release governance for multiple teams?▼

Yes, auditing Perses dashboards supports ongoing quality audits, pre-release validation, and governance workflows when multiple teams contribute to the same Perses projects by assessing datasource scoping and variable dependencies.

How do I check variable dependencies and datasource scoping in Perses?▼

Checking variable dependencies and datasource scoping in Perses involves fetching the current dashboard definitions and analyzing their structure to ensure dashboards render accurately and efficiently without broken references.

What are the limitations of non-destructive auditing for Perses dashboards?▼

Non-destructive auditing for Perses dashboards retrieves definitions and reports findings without modifying the original configuration, meaning actual improvements are only applied when the optional --fix mode is explicitly enabled.