database-management

Automate PostgreSQL and Azure database health checks and connection verification.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill database-management-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-management
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/database-management
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill database-management-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline database operations by automating health checks, connection verification, performance monitoring, and backup status validation.

Core Features & Use Cases

  • Automated health checks for PostgreSQL and other Azure databases.
  • Connection verification and performance monitoring to ensure database readiness.
  • Backup status verification and change detection to support compliance and disaster recovery.

Quick Start

Run a quick health-check pass on your database to validate connectivity, performance metrics, and backup status.

Frequently Asked Questions about database-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PostgreSQL health checks and connection verification?

Automate PostgreSQL health checks by running psql and SQL queries to verify active connections, gather database size, and validate overall performance and readiness across environments.

Can I monitor Azure database backup status and performance using Azure CLI?

Yes, monitor Azure database backup status and performance by using Azure CLI alongside SQL queries to validate backup compliance and detect changes across your cloud deployments.

What is included in a database health check for disaster recovery compliance?

A database health check for compliance includes verifying connection status, monitoring performance metrics, gathering database size, and validating backup status to support disaster recovery.

Do I need psql installed to verify Azure PostgreSQL database readiness?

Yes, psql is required to execute SQL queries for connection verification and performance monitoring, while Azure CLI gathers broader deployment metrics and backup status validation.

What's the best way to monitor active connections and database size across environments?

The best way to monitor active connections and database size is automating health checks via Azure CLI and psql queries, ensuring database readiness and consistent performance validation.