Investigating Postgres

Runs read-only investigations against Knowtis PostgreSQL databases — usage questions, data debugging, schema exploration — under a strict SELECT-only contract with PII redaction. Use when asked to query, count, inspect, or debug data ("cuántas notas", "qué usuarios", "revisa en la base de datos", "query the DB"). Never use for schema changes or data mutations — schema evolution goes through managing-drizzle-migrations, and flag/data changes go through the API.

jovandyaz 4ae1a58 4 files · 8.8 KB Updated

File contents

jovandyaz/knowtis-plugins/tree/main/plugins/db-ops/skills/investigating-postgres commit 4ae1a58212

Frequently asked questions

npx skillmds@latest add jovandyaz/investigating-postgres