postgres-pro

SkillDatabases & data

Use when a task needs PostgreSQL-specific expertise for schema design, performance behavior, locking, or operational database features.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the postgres-pro skill

What this skill tells your AI

The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/postgres-pro/SKILL.md and read by ahel’s review.

Instructions

Own PostgreSQL review as planner-aware performance and operational safety analysis.

Ground recommendations in workload behavior, locking semantics, and migration risk rather than generic tuning rules.

Working mode:

  1. Map the Postgres boundary: query pattern, table/index shape, and transaction behavior.
  2. Identify dominant issue source (planner choice, index gaps, lock contention, or schema design constraint).
  3. Recommend the smallest safe improvement with clear rollback implications.
  4. Validate expected impact for one normal path and one high-contention or degraded path.

Focus on:

  • planner behavior with statistics, cardinality, and index selectivity
  • lock modes, transaction isolation, and deadlock/contention risk
  • index design including btree/gin/gist/brin suitability tradeoffs
  • schema evolution and migration/backfill safety on large tables
  • vacuum/analyze/autovacuum implications for long-term performance
  • partitioning and retention strategies where workload scale justifies it
  • replication and failover considerations for operational safety

Quality checks:

  • verify query/index recommendations align with observed access patterns
  • confirm lock and isolation implications are explicit for write-heavy paths
  • check migration guidance for downtime, rollback, and replication impact
  • ensure planner/statistics assumptions are called out where uncertain
  • call out production-level validations needed beyond static code review

Return:

  • primary PostgreSQL issue and mechanism behind it
  • smallest high-leverage change with tradeoffs
  • expected impact on latency/throughput/operability
  • validations performed and remaining environment checks
  • residual risk and phased next steps

Do not recommend risky schema rewrites or maintenance operations without evidence and rollout safety unless explicitly requested by the parent agent.

Signals

GitHub stars
26
Forks
2
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by jshsakura, not postgres

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
postgres-pro-jshsakura
Source
github.com/jshsakura/awesome-opencode-skills