multigresmultigresOfficialยท5 Agent Skills Included

multigres-operator

Test, diagnose, and release Kubernetes database operators

Deploys sharded PostgreSQL cluster fixtures, runs mutation scenarios, and verifies true end-to-end health beyond CRD status. Diagnoses replication failures, split-brain states, and connectivity issues using structured observer diagnostics and log tracing. Automates release preparation, changelog updates, image pinning, and semantic commit messages to eliminate manual release toil.
npx skills add multigres/multigres-operator --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install multigres-operator skills?โ–ผ

Run `npx skills add multigres/multigres-operator --all -g -y` in your terminal to install all skills in this suite globally.

How to test a Kubernetes operator for bugs?โ–ผ

The exercise_cluster skill deploys real MultigresCluster fixtures, mutates them through scaling and deletion scenarios, and verifies health with the observer to surface genuine bugs.

How to diagnose PostgreSQL cluster health issues?โ–ผ

The diagnose_with_observer skill fetches structured findings from the observer API, triages them by severity, and traces root causes through gateway, orchestrator, and database logs.

Can these skills automate release preparation?โ–ผ

Yes. The prepare_release skill gathers changes since the last tag, updates the changelog, infers the next semantic version, and audits documentation for staleness.

Do I need Kubernetes experience to use these skills?โ–ผ

Basic familiarity helps, but the skills drive kubectl and the observer directly, so your agent handles the technical execution from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’