perses-dashboard-review
Perses Dashboard Review
Analyze and improve existing Perses dashboards through structured review of layout, queries, variables, and datasource configuration.
Overview
This is a non-destructive review skill that audits dashboard quality without modification unless explicitly requested. The skill runs a 4-phase pipeline (FETCH, ANALYZE, REPORT, FIX) to identify layout issues, query inefficiencies, variable chain problems, and datasource scoping mismatches. Use this skill to review existing dashboards for quality improvements. Do NOT use this skill to create new dashboards—use perses-dashboard-create instead.
Instructions
Phase 1: FETCH
Goal: Retrieve the current dashboard definition from the live server.
- Always fetch the live definition via MCP or API first, because a dashboard that "looks fine" locally may differ from what is deployed.
- Attempt MCP retrieval first (ensures freshest server-side state):
perses_get_dashboard_by_name(project=<project>, dashboard=<name>)
- Attempt MCP retrieval first (ensures freshest server-side state):
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9