This skill is designed to perform comprehensive daily health checks on a PostgreSQL database. It leverages a suite of specialized SQL queries and analysis logic to provide insights into database availability, performance, activity, maintenance, storage, replication, and archiving status. The skill aims to identify potential issues such as blocking locks, long-running queries, transaction ID wraparound risks, bloat in tables and indexes, connection bottlenecks, and archiving failures.
$npx -y skills add digoal/postgres_skill --skill postgres-daily-checkInstalls into the current project.
Run `npx skills use "https://github.com/digoal/postgres_skill" --skill "digoal/postgres_skill/postgres-daily-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/digoal/postgres_skill" that are relevant to the current task. Run `npx skills add "https://github.com/digoal/postgres_skill"` and select the relevant skills, then follow their instructions.