dashboard-review

Extract and compare Kibana dashboard JSON changes from pull requests.

15|5|Updated May 11, 2026
One-click install
npx skills add https://github.com/elastic/integration-skills --skill dashboard-review-elastic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-review
Source: https://github.com/elastic/integration-skills/tree/main/skills/dashboard-review
Command: npx skills add https://github.com/elastic/integration-skills --skill dashboard-review-elastic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review Kibana dashboard JSON changes in PRs or branches, converting complex diff data into clear, structured summaries and ensuring adherence to dashboard guidelines.

Core Features & Use Cases

  • Identify modified dashboards in a PR and extract before/after descriptions using kbdash.
  • Compare changes to surface meaningful differences and surface guideline violations.
  • Produce structured outputs to support review handoffs and enforce dashboard guidelines.

Quick Start

Run kbdash on the modified dashboard JSON files and review the generated summaries and guideline notes.

Frequently Asked Questions about dashboard-review

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

FAQPage Schema
How do I review Kibana dashboard JSON changes in a pull request?

You identify modified dashboard JSON files in the PR, run kbdash to extract before and after descriptions, compare the diffs, and generate structured change summaries with guideline violation notes for reviewer handoffs.

What is the best way to summarize Kibana dashboard diffs for a code review?

The best way to summarize Kibana dashboard diffs is to run kbdash on modified JSON files to extract before and after states, compare differences, and output structured change descriptions for reviewer handoffs.

How do I check if modified Kibana dashboards violate dashboard guidelines?

To check modified Kibana dashboards for guideline violations, apply the review procedure to compare extracted before and after JSON states, surfacing meaningful differences and flagging any guidelines infractions.

Can I use kbdash to extract before and after descriptions for Kibana dashboards?

Yes, you can use kbdash to extract before and after descriptions for modified Kibana dashboards in a PR or branch, enabling direct comparison of the JSON changes.

Do I need to manually compare dashboard JSON files to review Kibana dashboard changes?

No, you do not need to manually compare dashboard JSON files because the Skill automates before and after extraction, performs diff analysis, and outputs structured change descriptions for handoffs.