概要
This skill empowers developers to bridge the gap between schema definitions and actual PostgreSQL behavior by providing a suite of tools for live database interaction. It enables real-time validation of system catalog queries, side-by-side comparison of pg_dump and pgschema outputs, and rigorous testing of migration plans. By connecting directly to a PostgreSQL instance (supporting versions 14-17), users can debug introspection issues, verify DDL formatting, and ensure cross-version compatibility within their database-driven applications.