
Logs
- 98 installs
- 13 repo stars
- Updated December 18, 2025
- vercel/vercel-deploy-claude-code-plugin
Vercel deploy plugin skill viewing deployment logs via vercel logs command.
About
Vercel deployment logs skill from vercel-deploy Claude Code plugin. Retrieves build and runtime logs for a deployment URL using vercel logs command. Triggers on show logs, check logs, vercel logs, or what went wrong with the deployment phrases. Used after failed deployments to surface error output and help diagnose build failures or runtime issues on Vercel hosting.
- vercel logs command for deployment build and runtime output
- Triggers on show logs and what went wrong with deployment
- Post-deploy failure diagnosis workflow
- Part of vercel-deploy Claude Code plugin family
- Surfaces build errors and runtime log lines
Logs by the numbers
- 98 all-time installs (skills.sh)
- +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #552 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
logs capabilities & compatibility
- Capabilities
- view deployment logs · diagnose deploy failures
- Works with
- vercel
- Use cases
- debugging · devops
What logs says it does
View Vercel deployment logs.
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill logsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 98 |
|---|---|
| repo stars | ★ 13 |
| Last updated | December 18, 2025 |
| Repository | vercel/vercel-deploy-claude-code-plugin ↗ |
What went wrong with my Vercel deployment?
View Vercel deployment logs to diagnose build and runtime failures after deploy.
Who is it for?
Developers debugging failed Vercel deployments after deploy skill runs.
Skip if: Initial deployment triggering (use deploy skill) or local dev server logs.
When should I use this skill?
User says show logs, check logs, vercel logs, or asks what went wrong with deployment.
What you get
Deployment logs retrieved and failure cause identified from build or runtime output.
Files
Vercel Logs
List Deployments
vercel lsView Logs
vercel logs <deployment-url>Follow logs in real-time:
vercel logs <deployment-url> --followAnalyze
- Look for errors or warnings
- Check for failed function invocations
- Identify build failures
Related skills
FAQ
What command retrieves logs?
vercel logs with the deployment URL.
When should I use this?
After a deployment fails or user asks what went wrong.
What logs are shown?
Build output and runtime log lines from the Vercel deployment.