Agent Skills: Vercel Logs

View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".

UncategorizedID: vercel/vercel-deploy-claude-code-plugin/logs

Skill Files

Browse the full folder contents for logs.

Download Skill

Loading file tree…

skills/logs/SKILL.md

Skill Metadata

Name
logs
Description
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".

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