staging-validation-phase

Automate staging environment validation with smoke tests and rollback testing.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill staging-validation-phase-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-validation-phase
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/staging-validation-phase
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill staging-validation-phase-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vercel, psql, yq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the staging validation process, ensuring that all critical checks are performed before deploying to production, thereby reducing the risk of deployment failures and improving overall system reliability.

Core Features & Use Cases

  • Automated Smoke Tests: Executes a suite of automated tests to quickly verify the basic functionality of the staging environment.
  • Manual User Flow Testing: Allows manual testing of critical user flows to ensure they work as expected.
  • Data Migration Verification: Checks that data migrations have been successfully applied to the staging environment.
  • Rollback Testing: Verifies that the rollback process works correctly in case of a deployment failure.
  • Documentation & Reporting: Provides detailed documentation and reports on the validation process.

Quick Start

Run the staging validation by executing:

npm run validate-staging

Frequently Asked Questions about staging-validation-phase

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

FAQPage Schema
How do I automate staging validation before a Vercel production deployment?

You can automate staging validation by executing `npm run validate-staging`, which runs smoke tests, verifies data migrations, and tests rollback procedures. This comprehensive validation ensures your Vercel staging environment is fully ready for production deployment.

What does staging validation for production deployment include?

Staging validation for production deployment includes executing automated smoke tests, performing manual user flow testing, verifying data migrations, and testing rollback procedures. These steps systematically confirm staging environment reliability before production release.

Do I need Vercel deployment capabilities and psql for staging validation?

Yes, staging validation requires Vercel deployment capabilities, psql, and yq dependencies, plus access to staging deployment metadata. These tools enable database queries, YAML configuration parsing, and deployment management required for comprehensive validation.

How do I verify data migrations and rollback testing in a staging environment?

You verify data migrations by checking successful application to the staging environment, and validate rollback testing by confirming the rollback process works correctly during deployment failure. Both are automated through the staging validation scripts.

Can I use automated testing scripts to check Vercel staging readiness?

Yes, automated testing scripts validate Vercel staging readiness by executing smoke tests and verifying deployment metadata. These scripts provide detailed documentation and reports on the validation process to confirm production readiness.