Vercel Debug Bundle
Prerequisites
- Vercel SDK installed
- Access to application logs
- Permission to collect environment info
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
vercel-debug-YYYYMMDD-HHMMSS.tar.gzarchive containing:
- summary.txt - Environment and SDK info - logs.txt - Recent redacted logs - config-redacted.txt - Configuration (secrets removed)
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
Overview
Execute collect Vercel debug evidence for support tickets and troubleshooting.
Instructions
- Assess the current state of the debugging configuration
- Identify the specific requirements and constraints
- Apply the recommended patterns from this skill
- Validate the changes against expected behavior
- Document the configuration for team reference