PyModel

Pg Health — Development skill for Claude Code

Development community

Read-only PostgreSQL health check with pgbot, then a prioritized diagnosis.

How to install Pg Health

Installs to ~/.claude/skills/pymodel-pgbot-pg-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pymodel-pgbot-pg-health && curl -fsSL https://raw.githubusercontent.com/PyModel/pgbot/HEAD/commands/pg-health.md -o ~/.claude/skills/pymodel-pgbot-pg-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pg Health does


description: Read-only PostgreSQL health check with pgbot, then a prioritized diagnosis argument-hint: "[connection-string]"

Run a read-only pgbot health inspection and diagnose the results.

Use the pgbot `inspect` MCP tool if it's connected (pass `connection_string` = `$ARGUMENTS` when given); otherwise run `pgbot inspect "$ARGUMENTS"` in the shell, falling back to `$DATABASE_URL` when no argument is given. Add `--full` if the user wants the subsystem detail.

Then give a prioritized,

Alternatives in Development

  • External Tools Health — External Tools Health Check 402 ★
  • Health — claude-health Health check and wellness dashboard for Claude Code sessions 327 ★
  • Obsidian Health — Run a vault health check — grouped by severity, detects contradictions, concept gaps, stale claims, and struct 277 ★

Full documentation available on GitHub

View Source Repository