logs

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "logs" with this command: npx skills add vercel/vercel-deploy-claude-code-plugin/vercel-vercel-deploy-claude-code-plugin-logs

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

deploy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

setup

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

turborepo

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

Repository SourceNeeds Review
30K11K
vercel