Why Use This
This skill provides specialized capabilities for jeremylongshore's codebase.
Use Cases
- Developing new features in the jeremylongshore repository
- Refactoring existing code to follow jeremylongshore standards
- Understanding and working with jeremylongshore's codebase structure
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 11, 2026, 10:30 PM
Skill Stats
SKILL.md 43 Lines
Total Files 1
Total Size 0 B
License MIT
---
name: vercel-prod-checklist
description: |
Execute Vercel production deployment checklist and rollback procedures.
Use when deploying Vercel integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "vercel production", "deploy vercel",
"vercel go-live", "vercel launch checklist".
allowed-tools: Read, Bash(kubectl:*), Bash(curl:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# Vercel Prod Checklist
## Prerequisites
- Staging environment tested and verified
- Production API keys available
- Deployment pipeline configured
- Monitoring and alerting ready
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
- Deployed Vercel integration
- Health checks passing
- Monitoring active
- Rollback procedure documented
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Vercel Status](https://www.vercel-status.com)
- [Vercel Support](https://vercel.com/docs/support)