staging-validation-phase

Automate staging validation with smoke tests, migrations, and rollback checks.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill staging-validation-phase-dyai2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-validation-phase
Source: https://github.com/DYAI2025/MOD_shark-engine/tree/main/sharkengine/.claude/skills/staging-validation-phase
Command: npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill staging-validation-phase-dyai2025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams through manual staging validation before production by coordinating smoke tests, critical user flows, data migration checks, and rollback verification to reduce deployment risk.

Core Features & Use Cases

  • Structured staging validation workflow covering automated smoke tests, manual critical flows, data migration verification, and rollback testing.
  • Generates a detailed validation report and updates to state for traceability.
  • Applies to staging deployments in a staging-prod model, guiding decision-making before /ship-prod.

Quick Start

Run the staging validation workflow on the latest staging deployment and record results in state.yaml.

Frequently Asked Questions about staging-validation-phase

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

FAQPage Schema
What is staging validation and why is it needed before production deployment?

Staging validation is a pre-production process that runs smoke tests, manual flows, data migration checks, and rollback verification to ensure production readiness and reduce deployment risk before shipping.

How do I validate data migrations in a staging environment?

Validate data migrations in staging by running deterministic checks within a staging-prod workflow, verifying that migration scripts execute correctly and produce the expected state.yaml updates before proceeding to production.

Can I automate rollback verification during staging deployment?

Yes, rollback verification is automated during staging deployment by executing deterministic steps that test the rollback path, ensuring the environment can safely revert if the production release fails.

Does staging validation require access to the staging environment?

Yes, staging validation requires direct access to the staging environment to execute smoke tests, verify critical user flows, perform data migration checks, and confirm rollback procedures.

What is the best way to generate a validation report for a staging deployment?

The best way to generate a validation report is to run an automated staging validation workflow that executes smoke tests and rollback checks, outputting a detailed report and updating state.yaml for traceability.

What should a staging validation workflow cover before shipping to prod?

A staging validation workflow should cover automated smoke tests, manual critical user flows, data migration verification, and rollback testing to confidently guide the decision before executing /ship-prod.