staging-validation-phase

Guide manual staging validation with smoke tests, user flows, migration checks, and rollback tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abner-magal/mcp-video-audio --skill staging-validation-phase-abner-magal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-validation-phase
Source: https://github.com/abner-magal/mcp-video-audio/tree/main/.opencode/skills/planning/staging-validation-phase
Command: npx skills add https://github.com/abner-magal/mcp-video-audio --skill staging-validation-phase-abner-magal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, comprehensive process to validate staging deployments, ensuring they are production-ready and minimizing the risk of deploying faulty code.

Core Features & Use Cases

  • Automated Smoke Tests: Verifies basic functionality and environment health.
  • Critical User Flow Testing: Manually ensures core user journeys are functional.
  • Data Migration Verification: Confirms database schema changes and data integrity.
  • Rollback Capability Testing: Validates the ability to revert to a previous version if needed.
  • Use Case: Before promoting a new feature to production, use this Skill to run automated checks, manually test key user interactions, confirm database migrations are correct, and verify that a rollback is possible, giving you confidence in the deployment.

Quick Start

Execute the staging validation process by following the steps outlined in the skill's documentation.

Frequently Asked Questions about staging-validation-phase

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

FAQPage Schema
How do I validate a staging deployment before promoting to production?

Validate staging deployments by running automated smoke tests for environment health, manually testing critical user flows, verifying data migrations, and testing rollback capabilities before production promotion.

What is staging validation and when do I need to run pre-production tests?

Staging validation is a structured process to verify production readiness before deployment. You need to run pre-production tests when preparing for production promotion in a staging-prod deployment model to minimize faulty code risks.

How do I verify data migration and database schema changes in staging?

Verify data migration by confirming database schema changes and checking data integrity during the staging validation process. This ensures that database migrations are correct before promoting the new feature to production.

What's the best way to test rollback capability before a production deployment?

The best way to test rollback capability is to validate the ability to revert to a previous version during staging validation. This confirms that a rollback is possible, giving you confidence in the deployment process.

Do I need automated smoke tests for manual staging validation?

Yes, automated smoke tests are needed to verify basic functionality and environment health during staging validation. They complement manual critical user flow testing to ensure comprehensive pre-production checks.

Why does my production deployment fail after passing basic staging checks?

Production deployment can fail if staging validation lacks critical user flow testing, data migration verification, or rollback capability checks. A structured validation process covering all these areas minimizes the risk of deploying faulty code.