redpanda-dataredpanda-dataOfficialยท1 Agent Skills Included

redpanda

Automate Redpanda development tasks like backports, tests, and admin endpoints

Automates core development workflows for the Redpanda streaming data platform. Creates backport branches by cherry-picking PR commits, improves C++ test coverage, and scaffolds new admin API endpoints end to end. Removes manual git conflict handling, repetitive protobuf wiring, and slow coverage analysis so engineers ship changes faster.
npx skills add redpanda-data/redpanda --all -g -y
Available:

Gives the AI agent the build, test, lint, and coding conventions needed to safely modify the Redpanda C++, Go, and Protobuf codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’