What problem does it solve?
This Skill helps you securely inspect and correct live production database data when a targeted fix or verification is needed, without relying on hard-coded project or instance details.
Core Features & Use Cases
- Production Inspection: Connect to the Cloud SQL Postgres database for read-only investigation of live rows and schema-adjacent issues.
- Targeted Data Fixes: Perform carefully scoped updates for existing production records when the canonical seed no longer reaches them.
- Safe Operational Workflow: Use IAM service-account impersonation, a temporary proxy session, and explicit approval before any write.
- Use Case: A lawyer-facing app shows the wrong value in production, and you need to verify the row, prepare the exact update, and apply it safely with verification afterward.
Quick Start
Use the prod-db-connect skill to discover the production Cloud SQL Postgres connection, inspect the live data you need, and stage any required update for explicit approval before writing.