redpanda
Automate Redpanda development tasks like backports, tests, and admin endpoints
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Redpanda skills?โผ
Run `npx skills add redpanda-data/redpanda --all -g -y` in your terminal to install all skills in this suite globally.
How to backport a Redpanda PR automatically?โผ
Use the create-backport-branch skill with a target branch and PR number. It cherry-picks the commits, resolves conflicts, and produces a ready-to-review report.
How to improve C++ test coverage with AI?โผ
The improve-coverage skill runs a baseline coverage report, writes new tests for uncovered code, and verifies the coverage gain automatically.
Can AI add a new Redpanda admin API endpoint?โผ
Yes. The add-admin-v2-endpoint skill handles the protobuf definition, Bazel build wiring, C++ service implementation, and Python test bindings in one guided flow.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
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