multigres-operator
Test, diagnose, and release Kubernetes database operators
All Skills in This Repository (5)
Pure Emerald Level Indicatorsexercise_cluster
Run cluster mutations against Multigres fixtures and validate health with the observer.
diagnose_with_observer
Query the multigres observer API to diagnose cluster health and produce a structured bug report.
pin_upstream_images
Pin upstream multigres image tags to operator release SHAs in image_defaults.go.
generate_commit_message
Generate semantic commit messages with Conventional Commits format from diffs.
prepare_release
Gather changes since the last git tag, update CHANGELOG.md, and infer the next semantic version.
Frequently Asked Questions
FAQPage SchemaHow 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โ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