Multigres
Official@multigres
Vitess for Postgres
Agent Skills by Multigres
Showing 9 vetted skills indexed across 2 GitHub repositories.
fix-markdown-lint
Fix markdownlint errors and prettier formatting issues in markdown files.
draft-pr
Generates a PR title and description from the branch diff and creates a draft pull request.
exercise_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.
Development Tools
Automate unit tests, integration tests, and development workflows for Multigres.
Local Cluster Manager
Automate start, stop, logs, psql access, recovery checks, and S3 backup tests for a local Multigres cluster.
Frequently Asked Questions About Multigres
FAQPage SchemaWhat specific database tasks does Multigres enable?▼
Multigres enables local cluster lifecycle management, including starting and stopping nodes, executing recovery checks, and performing S3 backup validation. It facilitates cluster mutation testing to ensure high availability and provides diagnostic reporting via observer queries to identify and document database health issues.
Which engineering personas benefit from these capabilities?▼
Database reliability engineers, site reliability engineers, and backend infrastructure developers benefit from these capabilities. These professionals use the system to maintain distributed Postgres environments, validate cluster state transitions, and ensure consistent release management across complex database deployments.
What are the prerequisites for running a local Multigres cluster?▼
Running a local cluster requires a containerized environment capable of executing image-based deployments and managing local storage for S3 backup simulation. Users must have access to the observer interface for health diagnostics and the ability to manage upstream image tags within the operator configuration files.