perses-plugin-test
Perses Plugin Testing
Test Perses plugins across four layers: CUE schema validation, React component unit tests, integration testing against a live Perses server, and Grafana migration compatibility.
Overview
This skill validates Perses plugin correctness from schemas through rendered components. Testing follows a strict four-phase order because each layer depends on the previous one passing — schema tests must succeed before component tests, which must succeed before integration tests, which must succeed before migration tests.
STOP before proceeding if:
percliis not installed or not on PATH- No CUE schemas exist in the plugin (nothing to test with
test-schemas) - The plugin has no JSON examples and you'd need to create them from scratch
- Integration testing is requested but no local Perses server is available and Docker is not installed
- Migration testing is requested but no
migrate/migrate.cuefile exists in the plugin - Schema tests produce errors you cannot diagnose from the CUE output alone
Instructions
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