post-deploy-qa

Executes AVP steps from the tech-spec and validates acceptance criteria on live environments.

12|2|Updated Feb 2, 2020
One-click install
npx skills add https://github.com/servitola/dotfiles --skill post-deploy-qa-servitola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-deploy-qa
Source: https://github.com/servitola/dotfiles/tree/main/claude-code/skills/post-deploy-qa
Command: npx skills add https://github.com/servitola/dotfiles --skill post-deploy-qa-servitola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured method to verify every deployment in a live environment by executing the AVP from the tech-spec and cross-checking acceptance criteria.

Core Features & Use Cases

  • Executes AVP steps from tech-spec on live systems.
  • Validates both user-spec and tech-spec criteria, including deferred criteria from pre-deploy QA report.
  • Uses MCP tools (Telegram MCP, Playwright, curl, bash) to perform verification and produce a trace.

Quick Start

Run the post-deploy QA verification workflow against a new deployment to confirm compliance.

Frequently Asked Questions about post-deploy-qa

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

FAQPage Schema
How do I automate post-deploy QA verification on live environments?

Post-deploy QA verification is automated by executing an AVP from the tech-spec on live staging and production environments to validate acceptance criteria. It handles deviations, deferred criteria, and dynamic verification steps using MCP tools to produce structured JSON output.

What is an AVP check in post-deployment verification?

An AVP check in post-deployment verification executes steps from a tech-spec on a live system to cross-check user-spec and tech-spec acceptance criteria. It applies to live staging and production deployments to confirm compliance and handle deferred criteria.

Can I run Playwright and curl checks against a live staging environment?

Yes, you can run Playwright and curl checks against a live staging environment using MCP tools. The verification workflow executes AVP steps from the tech-spec, dynamically applying tools like Telegram MCP, Playwright, curl, and bash to validate live deployments.

How do I handle deferred acceptance criteria from pre-deploy QA?

Handle deferred acceptance criteria from pre-deploy QA by executing the AVP on live environments and cross-checking both user-spec and tech-spec criteria. The post-deploy verification process validates these deferred items and logs any deviations from the plan in a structured JSON output.

Do I need a tech-spec to verify live deployments with AVP steps?

Yes, you need a tech-spec containing the AVP steps to verify live deployments. The skill automates post-deploy verification by extracting and executing these defined steps from the tech-spec to validate acceptance criteria across staging and production environments.