team-test

Generate test plans, test cases, and bug report templates from user stories.

19|1|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/DangQuangSE/team-development-skills --skill team-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-test
Source: https://github.com/DangQuangSE/team-development-skills/tree/main/virtual-team-skill/skills/team-test
Command: npx skills add https://github.com/DangQuangSE/team-development-skills --skill team-test

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the testing phase in a virtual software development team, generating test plans, test cases, and bug report templates, and declaring UAT readiness.

Core Features & Use Cases

  • Automated Test Plan Generation: Derives a comprehensive test plan from user stories and acceptance criteria.
  • Test Case Creation: Writes unit, integration, and end-to-end test cases.
  • Bug Report Template: Provides a structured template for bug reporting.
  • UAT Readiness Declaration: Declares whether the test coverage is sufficient for User Acceptance Testing.
  • Use Case: Imagine you have a software application developed by a virtual team. Use this Skill to automatically generate test plans and test cases, ensuring thorough testing before release.

Quick Start

Run the /team-test command with the project identifier and level to start the testing process.

Frequently Asked Questions about team-test

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

FAQPage Schema
How do I automate test plan and test case generation for a virtual development team?

It derives a comprehensive test plan from user stories and acceptance criteria, writes unit, integration, and end-to-end test cases, and generates structured bug report templates to automate the testing phase.

What is the process for declaring UAT readiness based on automated test coverage?

Declaring UAT readiness involves analyzing generated test cases against project complexity to determine if test coverage is sufficient, which this Skill handles by evaluating structured testing outputs before User Acceptance Testing.

How do I generate unit, integration, and end-to-end test cases from existing project artifacts?

Generating unit, integration, and end-to-end test cases requires parsing and analyzing previous team artifacts like user stories, allowing the Skill to automatically produce structured test cases based on defined criteria.

Does this automated testing approach handle different levels of software project complexity?

Yes, this automated testing approach handles various levels of software project complexity by providing a structured approach to testing that adapts test plan and test case generation to the specific project scope.

What do I need to start automating software testing and bug report creation?

To start automating software testing and bug report creation, you need to run the test command with your project identifier and complexity level, ensuring previous team artifacts are available for parsing and analysis.