Production Readiness Check

Check whether CodexDB Agent is safe to run in production with live database connections, signing, audit replay, drivers, and complete skill metadata.

rweisssieker-xp Updated

File contents

Production Readiness Check

Use this skill before enabling CodexDB Agent against production SQL Server or PostgreSQL.

Run:

node runtime/runTool.js production_readiness_check '{"environment":"production","engine":"postgres"}'

The tool returns:

  • ready: true only when no production blockers remain.
  • blockingIssues: hard deployment blockers.
  • warnings: non-blocking operational risks.
  • checks: individual readiness checks for manifests, skill docs, live mode, drivers, migration signing, and audit replay.

Production should set:

  • CODEXDB_REQUIRE_LIVE_CONNECTION=true
  • CODEXDB_MIGRATION_SIGNING_KEY
  • engine-specific connection variables such as CODEXDB_POSTGRES_CONNECTION_STRING or CODEXDB_SQLSERVER_SERVER.

rweisssieker-xp/sqlserver-postgres-plugin/tree/main/plugins/sqlserver-postgres-performance-advisor/skills/production-readiness-check commit 99c567a3cb

Frequently asked questions

npx skillmds@latest add rweisssieker-xp/production-readiness-check