Test Task Generation

Generate test tasks with acceptance criteria from feature requirements.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/doanchienthangdev/omgkit --skill test-task-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Task Generation
Source: https://github.com/doanchienthangdev/omgkit/tree/main/plugin/skills/methodology/test-task-generation
Command: npx skills add https://github.com/doanchienthangdev/omgkit --skill test-task-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures comprehensive test coverage by automatically generating detailed test tasks for every implementation task, including specific acceptance criteria.

Core Features & Use Cases

  • Automatic Test Task Generation: Creates unit, integration, E2E, and other test tasks based on feature type.
  • Defined Acceptance Criteria: Generates specific, actionable acceptance criteria for each test task.
  • Workflow Integration: Seamlessly integrates with feature creation and task tracking to enforce testing standards.
  • Use Case: When a new API endpoint is defined, this Skill automatically creates corresponding unit, integration, and contract test tasks with clear acceptance criteria, ensuring no aspect of the feature is left untested.

Quick Start

Use the Test Task Generation skill to create test tasks for the new user profile API.

Frequently Asked Questions about Test Task Generation

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

FAQPage Schema
How do I automatically generate test tasks from feature requirements?

To automatically generate test tasks from feature requirements, use a test generation skill that maps feature types to required test categories like unit, integration, and E2E tests. It creates corresponding test tasks with specific acceptance criteria for every implementation task.

What is the best way to ensure every implementation task has corresponding test coverage?

The best way to ensure every implementation task has test coverage is to automatically generate detailed test tasks with defined acceptance criteria during feature creation. This enforces testing standards by mapping feature types to required test categories.

Can I generate acceptance criteria automatically for unit and integration tests?

Yes, you can generate acceptance criteria automatically for unit and integration tests. The test generation process creates specific, actionable acceptance criteria for each generated test task to ensure no aspect of the feature is left untested.

How does automatic test task generation integrate with feature creation and task tracking?

Automatic test task generation integrates with feature creation and task tracking by seamlessly mapping feature types to required test categories. This workflow integration enforces testing standards by automatically creating corresponding test tasks when new features are defined.

When do I need to generate test tasks for a new API endpoint?

You need to generate test tasks for a new API endpoint when it is defined during feature creation. The generation process automatically creates corresponding unit, integration, and contract test tasks with clear acceptance criteria to ensure comprehensive test coverage.