qa-regression-checklist

Generate regression and smoke test checklists for software releases.

3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill qa-regression-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-regression-checklist
Source: https://github.com/junchenghuo/openclaw-biz-agent/tree/main/qa/.agents/skills/qa-regression-checklist
Command: npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill qa-regression-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the quality and stability of software releases by generating comprehensive regression and smoke test checklists, preventing critical bugs from reaching production.

Core Features & Use Cases

  • Module-based Regression Scope: Defines the scope of regression testing based on application modules.
  • Core Smoke Test Cases: Identifies essential test cases for smoke testing critical application paths.
  • Automation vs. Manual: Differentiates between test cases suitable for automation and those requiring manual execution.
  • Pre/Post-Release Checks: Outlines essential checks to be performed before and after a release.
  • Use Case: Before deploying a new version of an e-commerce platform, use this Skill to generate a focused regression test suite for the checkout and payment modules, along with a quick smoke test for the login and product browsing functionalities.

Quick Start

Use the qa-regression-checklist skill to generate a regression test list for the user authentication module.

Frequently Asked Questions about qa-regression-checklist

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

FAQPage Schema
How do I generate a regression test checklist for a specific software module?

To generate a regression test checklist, define the module-based regression scope to identify impacted areas. This process produces a focused testing suite that ensures module stability and prevents critical bugs from reaching production environments.

What is the difference between smoke tests and regression tests in a release checklist?

Smoke tests verify critical application paths function correctly post-deployment, while regression tests validate existing module functionality remains intact. A release checklist distinguishes both, defining core smoke test cases alongside broader module-based regression scope.

How do I determine which test cases should be automated versus manual for a release?

Evaluating automation versus manual testing involves differentiating test cases based on execution frequency and criticality. The generated checklist identifies essential smoke test cases suitable for automation and outlines specific manual inspection items.

What pre-release and post-release inspection items are needed for stable version deployment?

Pre-release and post-release inspection items ensure stable version deployment by outlining essential checks before and after the update. These include module-based regression scope validation and core critical path smoke test execution.

Can I create a focused smoke test suite for critical application paths before deployment?

Yes, you can create a focused smoke test suite by identifying essential test cases for critical application paths. This ensures core functionalities like login or browsing operate correctly before final version deployment.