codexplugin

Ship & debug production

You need Codex to check deploys and dig into production errors instead of tabbing between dashboards.

Outcome: Install Vercel for deploy status and Sentry for error context, then verify with deployment and issue prompts.

Steps

  1. 01

    Install the Vercel plugin for deployment and project context.

  2. 02

    Install Sentry if you need stack traces and unresolved issues.

  3. 03

    Restart Codex and authorize each service.

  4. 04

    Ask about the latest deploy or the newest production error.

Install these

Copy a command, run it, restart Codex, then use the verify prompt.

VercelPlugincoding

Core — deploys and Vercel ecosystem guidance

$ npx codex-marketplace add openai/plugins/plugins/vercel --plugin

Verify

List recent Vercel deployments and their status

Full detail page
SentryPlugincoding

Recommended — production errors and stack traces

$ npx codex-marketplace add openai/plugins/plugins/sentry --plugin

Verify

Show recent Sentry errors for the production project

Full detail page
Vercel DeploySkillcoding

Optional — ship a preview deploy from the current project

$ npx codex-marketplace add openai/skills/skills/.curated/vercel-deploy --skill

Verify

Deploy this project to a Vercel preview and give me the URL

Full detail page

FAQ

Order of install?

Start with Vercel if shipping is the pain. Add Sentry when you need live error context. Add a debugging skill when issues keep returning.

Will this change my production config?

These tools primarily read status and guide fixes. Follow each README for write permissions and environment scoping.