post-deploy-qa

Execute Agent Verification Plans and check acceptance criteria on live environments.

244|75|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill post-deploy-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-deploy-qa
Source: https://github.com/pavel-molyanov/molyanov-ai-dev/tree/main/skills/post-deploy-qa
Command: npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill post-deploy-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that after a new deployment, the live application functions correctly by verifying all critical acceptance criteria and planned verification steps.

Core Features & Use Cases

  • Automated Verification: Executes predefined Agent Verification Plans (AVP) against the live environment.
  • Acceptance Criteria Check: Validates user-defined and technical acceptance criteria, including those deferred from pre-deploy.
  • Use Case: After deploying a new e-commerce feature, use this Skill to automatically test the checkout process, verify product display accuracy, and confirm that all user-facing elements function as expected on the live production servers.

Quick Start

Run the post-deploy QA skill to verify the latest deployment on the live environment.

Frequently Asked Questions about post-deploy-qa

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

FAQPage Schema
How do I verify acceptance criteria after a live deployment?

You can verify acceptance criteria after a live deployment by executing predefined Agent Verification Plans against the live environment. This checks that deferred technical requirements and critical user-facing functions work as expected.

What is an Agent Verification Plan for post-deployment QA?

An Agent Verification Plan is a predefined set of verification steps executed against a live environment to ensure newly deployed features function correctly. It validates user-defined and technical acceptance criteria automatically.

Do I need Playwright and curl to run post-deployment verification checks?

Yes, you need Playwright, curl, bash, and MCP tools to run post-deployment verification checks. These dependencies are required for executing the verification plans and generating reports in the live environment.

Can I automate release validation testing in a live production environment?

Yes, you can automate release validation testing in a live production environment. The skill executes predefined verification plans to automatically test critical workflows like checkout processes and confirm user-facing elements function correctly.

What's the best way to validate deferred acceptance criteria after releasing?

The best way to validate deferred acceptance criteria after releasing is to run automated post-deployment QA checks. This executes Agent Verification Plans on live servers to confirm that previously deferred technical requirements are met.

Why use automated verification plans instead of manual testing for live deployments?

Automated verification plans ensure live applications function correctly by systematically checking all critical acceptance criteria. This addresses release validation workflows more consistently than manual testing by automatically verifying planned steps on production servers.