From kibana-code-quality-suite
Orchestrates the full dashboard development lifecycle for Kibana operational dashboards. Sequences three phases - design review (design-super-agent), implementation (frontend-design), and testing (Scout/Jest). Use when building, redesigning, or significantly modifying any dashboard UI, especially security operations dashboards, vulnerability posture views, or data-heavy monitoring interfaces. Triggers on "build dashboard", "create dashboard", "redesign dashboard", "dashboard workflow", or when starting any dashboard-related feature work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kibana-code-quality-suite:dashboard-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
End-to-end orchestration for building high-quality Kibana operational dashboards. Enforces a three-phase sequence to ensure dashboards are well-designed before implementation and thoroughly tested after.
End-to-end orchestration for building high-quality Kibana operational dashboards. Enforces a three-phase sequence to ensure dashboards are well-designed before implementation and thoroughly tested after.
Phase 1: Design Review Phase 2: Implementation Phase 3: Testing
(design-super-agent) (frontend-design) (Scout/Jest)
+---------------------+ +---------------------+ +---------------------+
| Persona definition | | EUI component build | | Jest unit tests |
| UX/UI analysis | -> | Responsive layout | -> | Component rendering |
| Accessibility audit | | Emotion styling | | Accessibility checks|
| Layout blueprint | | i18n integration | | Scout UI tests |
| Prioritized fixes | | Hook wiring | | Visual regression |
+---------------------+ +---------------------+ +---------------------+
Invoke skill: design-super-agent
Input required:
Output:
Gate: User must review and approve the design recommendations before moving to Phase 2. Ask: "Design review complete. Shall I proceed with implementation using the approved recommendations?"
Invoke skill: frontend-design (from superpowers plugin)
Input: Design review recommendations from Phase 1 + existing codebase
Implementation standards:
@emotion/react)useEuiTheme() for theme tokensGate: Code review of the implementation. Check:
Testing strategy based on component type:
yarn test:jest <path-to-component-test>
node scripts/scout run-tests --arch stateful --domain classic --config <config>
axe-core checks passGate: All tests pass before declaring the dashboard complete.
| Phase | Skill | Focus | Gate |
|---|---|---|---|
| 1 | design-super-agent | Design quality | User approves recommendations |
| 2 | frontend-design | Implementation | Code review passes |
| 3 | Scout/Jest | Testing | All tests green |
Always ask the user if they want to skip any phase for smaller changes.
npx claudepluginhub patrykkopycinski/patryks-treadmill-claude-plugins --plugin kibana-code-quality-suiteProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.