testing-checklist

Generate smoke, sanity, and regression testing checklists from input requirements.

32|7|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/OzeroHAX/AssistAgents --skill testing-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-checklist
Source: https://github.com/OzeroHAX/AssistAgents/tree/main/templates/skills/testing/checklist
Command: npx skills add https://github.com/OzeroHAX/AssistAgents --skill testing-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps in quickly generating focused checklists for various testing needs, ensuring critical user paths are covered without the overhead of full test case design.

Core Features & Use Cases

  • Smoke Testing: Create a quick overview checklist to verify the system's basic functionality.
  • Sanity Testing: Generate targeted checklists for specific modules after recent changes.
  • Regression Testing: Develop checklists to ensure that new changes haven't negatively impacted existing features.
  • Use Case: After deploying a new feature, use this Skill to generate a sanity checklist for the affected module to ensure it functions as expected and hasn't introduced regressions.

Quick Start

Create a smoke testing checklist for the user login and profile update flows.

Frequently Asked Questions about testing-checklist

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

FAQPage Schema
What is a smoke testing checklist and how does it verify basic functionality?

A smoke testing checklist verifies a system's basic functionality by focusing on critical user paths and core operations. It generates a quick overview to ensure primary features work before deeper testing.

How do I generate a regression testing checklist after deploying new features?

To generate a regression testing checklist, input recent changes and release risks. The checklist verifies core operations and authorization paths to ensure new deployments have not negatively impacted existing features.

When should I use a sanity testing checklist instead of full test case design?

Use a sanity testing checklist when you need targeted verification for specific modules after recent changes. It covers critical user paths and error handling without the overhead of full test case design.

Can I customize checklist generation with specific verification goals and scenarios?

Yes, you can customize checklist generation by providing input requirements for verification goals, scenarios, environment, recent changes, and release risks. The output adheres to your defined prioritization and coverage rules.

Does checklist generation require specific testing frameworks or environments?

No specific testing frameworks are required. Checklist generation focuses on verifiable items like core operations, authorization, and error handling, supporting inputs for your target environment and release risks without framework dependencies.