deployments-cicd

Manage Vercel deployments, promotions, rollbacks, and CI/CD workflows.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/rauell1/safaricharge --skill deployments-cicd-rauell1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployments-cicd
Source: https://github.com/rauell1/safaricharge/tree/main/.agents/skills/deployments-cicd
Command: npx skills add https://github.com/rauell1/safaricharge --skill deployments-cicd-rauell1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams reliably ship web apps to Vercel, manage preview and production releases, and recover quickly when a deployment needs to be promoted or rolled back.

Core Features & Use Cases

  • Vercel Deployment Operations: Handle preview deploys, production deploys, promotion, rollback, inspection, and build verification.
  • CI/CD Integration: Configure GitHub Actions, GitLab CI, and Bitbucket Pipelines for repeatable deploy pipelines with the Vercel CLI.
  • Operational Guidance: Diagnose common build issues, set required environment variables, and apply best practices for prebuilt deployments and observability.
  • Use Case: A product team can validate a preview release in a pull request, run tests against it, and promote the same artifact to production once it passes.

Quick Start

Use the deployments-cicd skill to review my Vercel release workflow and recommend the safest steps for preview deployment, testing, and production promotion.

Frequently Asked Questions about deployments-cicd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Vercel deployment pipeline using GitHub Actions?

To set up a Vercel deployment pipeline with GitHub Actions, use the Vercel CLI within your workflow to handle preview deploys for pull requests and production deploys for main branch merges. This allows repeatable release pipelines.

What is the safest way to promote a Vercel preview deployment to production?

The safest way to promote a Vercel preview deployment to production is to validate the preview release in a pull request, run tests against it, and then promote the exact same build artifact to production once checks pass.

Can I configure Vercel CI/CD workflows for Bitbucket Pipelines and GitLab CI?

Yes, you can configure Vercel CI/CD workflows for Bitbucket Pipelines and GitLab CI. The process uses Vercel CLI commands to manage build output handling, environment variables, and deployment scenarios across different CI/CD providers.

How do I roll back a Vercel production deployment?

To roll back a Vercel production deployment, use Vercel CLI commands to revert to a previous stable build artifact. This allows quick recovery when a production release fails or needs to be reversed.

Why is my Vercel build failing during a CI/CD deployment?

Vercel build failures during a CI/CD deployment often stem from missing or incorrect deployment environment variables. Diagnose common build issues by verifying environment configurations and ensuring proper prebuilt deployment settings.

Do I need the Vercel CLI to manage deployments in GitHub Actions?

Yes, you need the Vercel CLI to manage deployments in GitHub Actions. It handles build output, applies environment variables, and executes post-deploy inspection and observability checks required for repeatable deploy pipelines.