Vercel Github Actions Deploy

🌐Community
by itsomsarraf · vlatest · Repository

Helps with Vercel, GitHub, deployment as part of automating DevOps pipelines and CI/CD workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vercel-github-actions-deploy npx -- -y @trustedskills/vercel-github-actions-deploy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vercel-github-actions-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vercel-github-actions-deploy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates deployments to Vercel using GitHub Actions. It allows you to trigger deployments on pushes, pull requests, or scheduled events directly from your GitHub repository. This streamlines the development workflow and ensures consistent deployment practices.

When to use it

  • Automated Deployments: Automatically deploy code changes to Vercel whenever a commit is pushed to a specific branch (e.g., main, develop).
  • Pull Request Previews: Generate preview deployments for pull requests, allowing reviewers to see the changes in action before merging.
  • Scheduled Updates: Trigger deployments on a recurring schedule, such as nightly builds or content updates.

Key capabilities

  • GitHub Actions integration
  • Vercel deployment automation
  • Support for push-based and pull request deployments
  • Scheduled deployment triggers

Example prompts

  • "Create a GitHub Action to deploy my Vercel project on every push to the main branch."
  • "Set up automatic preview deployments for pull requests in my repository."
  • "Schedule a nightly build and deployment of my website to Vercel."

Tips & gotchas

  • Requires a Vercel account and a GitHub repository.
  • Ensure your Vercel project is properly configured with the correct environment variables and settings.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
itsomsarraf
Installs
2

🌐 Community

Passed automated security scans.