kibana
Automate Kibana development: testing, migrations, API docs, and reviews
All Skills in This Repository (29)
Pure Emerald Level Indicatorsoptimize-bundle-size
Reduce Kibana plugin page load bundle size and manage package limits.
scout-ui-testing
Create and maintain Playwright UI tests within the Kibana Scout framework.
enzyme-to-rtl
Migrate Enzyme tests to React Testing Library by converting imports, renders, selectors, and assertions.
kibana-privilege-deprecation
Review Kibana feature privilege deprecations and validate privilege mappings.
scout-api-testing
Create and maintain API tests within Kibana's Scout framework.
branch-readiness-checks
Run diff analysis, linting, type checking, and unit tests on affected packages.
scout-migrate-from-ftr
Migrate Kibana Functional Test Runner tests to Scout testing framework.
api-authz
Configure Kibana API route authorization with requiredPrivileges and privilege-based branching.
encrypted-saved-objects
Encrypt sensitive attributes within Kibana Saved Objects using AAD binding.
kibana-api
Provide shell utilities for Kibana API requests with auto-detected credentials.
evals-create-suite
Scaffold LLM evaluation suite packages with Playwright configuration files.
ftr-testing
Create, update, debug, and review Kibana Functional Test Runner tests.
Frequently Asked Questions
FAQPage SchemaHow to install Kibana skills?โผ
Run `npx skills add elastic/kibana --all -g -y` in your terminal to install all skills in this suite globally.
What do the Kibana agent skills do?โผ
They teach AI agents how to perform Kibana engineering tasks like writing Scout tests, migrating FTR or Cypress suites, validating OpenAPI docs, and reviewing pull requests.
Can AI migrate Kibana FTR or Cypress tests to Scout?โผ
Yes. Dedicated skills plan the migration, convert test files to Scout's Playwright-based format, run them, and verify parity with the original coverage.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, OpenClaw, and other compatible agent runtimes.
Do I need a running Kibana instance to use these skills?โผ
Most skills work on the codebase alone, but some (like creating agents or connectors) make live API calls and require a local Kibana and Elasticsearch stack.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core