Skip to main content
Run any Skill in Manus
with one click

prod-db-readonly

Stars2
Forks0
UpdatedMay 20, 2026 at 20:06

Query the production Postgres database read-only. Use when investigating a production data inconsistency, verifying what's actually in a workspace's rows (vs. what the API/UI shows), confirming row counts after a backfill, diagnosing outbox/queue backlogs, or any other read-only forensic dig into the prod database. Two access paths: psql with $POSTGRESQL_PROD_READ_ONLY_CONN_STRING from a terminal, or HTTPS via the apps/db-read-proxy service when running in a Claude Code web session. Not for writes — every layer is read-only.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly