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

database

// Create and manage Replit's built-in PostgreSQL databases, check status, execute SQL queries with safety checks, and run read-only queries against the production database. Use when the user wants to check prod data, debug database issues in production, or asks to "check the prod db", "query production", "look at live data", or "see what's in the database on the deployed app". Also use when the user asks how to apply development schema changes to the production database, e.g. "push dev to prod", "migrate the production database", "sync the schema", "production is missing a column", or reports a deployed app failing with "column does not exist" / "relation does not exist".

$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 08:03
File Explorer
7 files
SKILL.md
readonly