deploy-staging

Deploy apps to Vercel staging with build verification and smoke tests.

Updated Jul 22, 2025
One-click install
npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill deploy-staging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-staging
Source: https://github.com/creepyblues/kstorybridge-integrated/tree/main/.claude/skills/deploy-staging
Command: npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill deploy-staging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys apps to Vercel staging with build verification, smoke tests, and centralized notifications to streamline safe staging releases.

Core Features & Use Cases

  • Pre-flight checks to confirm on v2 branch and a clean working tree before deployment.
  • Build verification to ensure local builds pass for targeted apps (dashboard, creator, website) prior to deployment.
  • Deploy to Vercel with per-app or all-apps options, including skip-tests as an option for faster iteration.
  • Post-deploy smoke tests to verify root URL and auth routes, with structured reporting across Console/Slack/PR if configured.
  • Comprehensive reporting of deployment status, timings, and next steps to coordinate with team.

Quick Start

Trigger a staging deployment by running the deploy-staging command for the target app(s).

Frequently Asked Questions about deploy-staging

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

FAQPage Schema
How do I automate staging deployments to Vercel with smoke tests?

Automate staging deployments to Vercel by running the deploy command for target apps. The workflow performs local build verification, deploys to staging, runs post-deploy smoke tests on root and auth routes, and sends notifications.

What prerequisites do I need to deploy apps to Vercel staging environments?

To deploy apps to Vercel staging, you need a clean git state on the v2 branch, local npm build capabilities, Vercel CLI access, and configured notification channels for reporting deployment status.

Can I skip smoke tests during a Vercel staging deployment?

Yes, you can skip smoke tests during a Vercel staging deployment using the skip-tests option for faster iteration, while still executing pre-flight git checks and deploying the specified apps.

How do Vercel staging deployments handle multiple apps like dashboard and creator?

Vercel staging deployments support per-app or all-at-once runs for dashboard, creator, and website apps. Each deployment includes build verification and reports status, timings, and next steps to your configured channels.

Why does my staging deployment require a clean git state on the v2 branch?

A clean git state on the v2 branch is required as a pre-flight check to ensure build verification and deployment integrity before pushing changes to the Vercel staging environment.

What is the best way to notify teams of staging deployment results?

Notify teams of staging deployment results by configuring notification channels like Console, Slack, or PR comments. The workflow automatically sends structured reports of deployment status, timings, and smoke test outcomes.