Validates database connectivity, performance, and integrity across release workflows to ensure production stability.
This skill provides a comprehensive framework for executing database smoke tests during critical deployment phases. It automates the verification of connectivity, query performance against defined SLAs, schema consistency, and data integrity for major databases like PostgreSQL, MySQL, MongoDB, and Redis. By integrating these checks into pre-release, post-deployment, and canary workflows, it helps developers catch migration errors, replication lag, or performance regressions before they impact production users.
主な機能
01Schema validation to ensure tables, columns, and indexes match expectations
02Real-time monitoring of replication health and backup recency
03Automated connectivity and SSL/TLS validation for multiple database types
04Deployment-aware execution points for staging, canary, and rollback phases
050 GitHub stars
06Query performance testing against customizable SLA millisecond targets
ユースケース
01Verifying database readiness and migration success before staging deployments
02Validating database state and schema integrity after a rollback operation
03Monitoring database performance and connection pooling during canary rollouts