pre-deploy-qa

Execute test suites and verify acceptance criteria from user and technical specifications before deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the crucial step of verifying code quality and adherence to specifications before deploying to production, catching critical issues early.

Core Features & Use Cases

  • Automated Test Execution: Runs unit, integration, and end-to-end test suites.
  • Acceptance Criteria Verification: Checks if user-defined and technical acceptance criteria are met.
  • Code Coverage Analysis: Ensures that the implemented feature is adequately tested.
  • Use Case: After a developer completes a new feature, this Skill runs all tests, verifies that the feature meets the requirements outlined in user-spec.md and tech-spec.md, and flags any critical issues before they reach users.

Quick Start

Run the pre-deploy QA skill to test the current feature against all acceptance criteria.

Frequently Asked Questions about pre-deploy-qa

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

FAQPage Schema
How do I automate acceptance testing and verify code quality before deployment?

Automated pre-deployment acceptance testing executes test suites and verifies acceptance criteria from user and technical specifications, analyzing test results and coverage to identify deviations before release.

Can I run pre-deployment QA checks on local code without a live environment?

Yes, pre-deployment QA operates directly on local code without requiring a live environment, executing unit, integration, and end-to-end test suites to verify acceptance criteria locally.

What is the best way to verify if my feature meets technical and user specifications?

Verifying feature specifications is done by checking the implementation against requirements outlined in user-spec.md and tech-spec.md, flagging any critical deviations from expected behavior.

How do I ensure adequate test coverage for a newly implemented feature?

Test coverage analysis ensures newly implemented features are adequately tested by executing test suites, analyzing coverage metrics, and identifying untested code paths before deployment.

What types of test suites are executed during pre-deployment acceptance testing?

Pre-deployment acceptance testing executes unit, integration, and end-to-end test suites to comprehensively evaluate code quality, analyze results, and identify deviations from expected behavior.