database-verification

Verify database connectivity, schema integrity, and data consistency across multiple systems.

39|6|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/vladkesler/initrunner --skill database-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-verification
Source: https://github.com/vladkesler/initrunner/tree/main/examples/roles/integration-tester/skills/database-verification
Command: npx skills add https://github.com/vladkesler/initrunner --skill database-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shell-based database connectivity and integrity checks. Verifies that databases are reachable, schemas match expectations, and data integrity constraints hold.

Core Features & Use Cases

  • Connectivity checks across PostgreSQL, Redis, SQLite, MySQL/MariaDB, and MongoDB to ensure services are reachable.
  • Schema verification to confirm expected tables, columns, and constraints exist.
  • Data integrity validation, migration status checks, and Docker health status for containerized databases.

Quick Start

Run the quick-start command to execute health checks against your database environment.

Frequently Asked Questions about database-verification

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

FAQPage Schema
How do I check database connectivity and schema integrity after running migrations?

Database verification scripts check connectivity and schema integrity by running read-only validations to ensure services are reachable and expected tables or constraints exist. This skill generates a standardized health report confirming migration status across PostgreSQL, Redis, SQLite, MySQL, and MongoDB.

What is the best way to verify data consistency across multiple database systems?

The best way to verify data consistency across multiple systems is using standardized health checks that validate schemas and constraints. This skill identifies connectivity issues and checks data integrity across PostgreSQL, MySQL/MariaDB, MongoDB, Redis, and SQLite.

Can I perform read-only database health checks for containerized services?

Yes, you can perform read-only database health checks for containerized services. This skill verifies Docker health status and checks database connectivity when containerized services start, ensuring databases are reachable without modifying data.

Does database verification work with PostgreSQL, MongoDB, and Redis?

Yes, database verification works with PostgreSQL, MongoDB, and Redis, alongside SQLite and MySQL/MariaDB. The skill identifies and verifies connectivity, schema integrity, and data consistency across all supported database systems.

Do I need specific CLI tools installed to verify database schema and connectivity?

Yes, you need specific CLI tools installed to verify database schema and connectivity. The skill automatically checks for required command-line tools before executing read-only validations against your database environment.

Why does my database health check report connection errors after applying migrations?

Database health checks report connection errors after applying migrations when services are unreachable or schemas mismatch expectations. This skill identifies connectivity issues, verifies migration status, and reports findings in a standardized health report.