debug prod issues
OfficialDiagnose production issues fast on Vercel.
Authordifferent-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps diagnose and fix production issues on Vercel by providing guided steps to access live logs, verify deployments, and inspect production databases.
Core Features & Use Cases
- Live log streaming: Monitor real-time function logs to identify failures.
- Deployment health checks: Inspect latest deployments to confirm status and wait for readiness.
- Database debugging: Connect to Neon Postgres; inspect tables and data to verify production state.
- Environment validation: Verify environment variables and configuration across environments to reproduce issues.
Quick Start
Run the following steps to begin debugging production issues in your Vercel project:
- Stream live logs: vercel logs www.your-app --scope your-team
- List deployments and wait for readiness: LATEST=$(vercel ls --scope your-team 2>/dev/null | head -1); vercel inspect "$LATEST" --scope your-team --wait --timeout 5m
- Connect to the Neon production database after loading production env: load .env.production.local and run a small diagnostic script against the database.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: debug prod issues Download link: https://github.com/different-ai/agent-bank/archive/main.zip#debug-prod-issues Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.