
Covers Observability Operations Vercel Debugging
Description
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
SKILL.md
Vercel Logs
List Deployments
vercel ls
View Logs
vercel logs <deployment-url>
Follow logs in real-time:
vercel logs <deployment-url> --follow
Analyze
- Look for errors or warnings
- Check for failed function invocations
- Identify build failures
More skills from the vercel-deploy-claude-code-plugin repository
View all 3 skillsMore from Vercel
View publisherSkillTagsUpdated
next-cache-components-adoption
enable and migrate to Next.js Cache Components
next.js
Jul 24CachingFrontendMigrationNext.js +1next-cache-components-optimizer
optimize Next.js cache components
next.js
Jul 24CachingFrontendNext.jsPerformance +1next-dev-loop
verify Next.js runtime behavior
next.js
May 22DebuggingFrontendLocal DevelopmentNext.js +2next-partial-prefetching-adoption
adopt Partial Prefetching in Next.js apps
next.js
Jul 24FrontendNext.jsPerformanceVercelturborepo
manage monorepos with Turborepo
turborepo
Jul 27CI/CDPerformanceTurborepoadd-function-examples
add AI function examples for testing
ai
Apr 6AI SDKTestingVercel