staging-validation-phase

Orchestrate staging validation with smoke tests, migration checks, and rollback testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates staging validation to ensure production safety by performing automated smoke tests, manual critical-flow checks, data migration verification, and rollback testing.

Core Features & Use Cases

  • Automated smoke tests across staging endpoints (homepage, API, DB)
  • Manual validation of authentication, core features, and payments
  • Data migration verification and rollback capability testing
  • Sign-off documentation to state.yaml for production readiness
  • Use case: validating a new deployment in staging before promoting to production in a staging-prod workflow.

Quick Start

Run the staging validation workflow against the latest staging deployment, then generate a validation report and update state.yaml.

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?

Staging validation ensures production safety by orchestrating automated smoke tests across endpoints, manual critical-flow checks, data migration verification, and rollback testing before granting sign-off.

What is the staging-prod deployment workflow for ensuring production readiness?

The production readiness workflow enforces a Spec, Plan, Validate, and Ship cycle, running smoke tests and manual validations before updating state.yaml with final sign-off results.

How do I run automated smoke tests and manual critical-flow checks in staging?

Automated smoke tests validate staging endpoints like the homepage, API, and database, while manual checks verify authentication, core features, and payment processing.

Does staging validation include data migration verification and rollback testing?

Yes, staging validation explicitly includes data migration verification and rollback capability testing to verify deployment safety before updating state.yaml for production readiness.

What environment setup do I need to run staging validation workflows?

Staging validation relies on standard tooling, environment variables, and accessible project documentation within the skill context to execute the Spec, Plan, Validate, Ship cycle.