AgentSkillsCN

test-generator

函数与组件的自动化测试生成

SKILL.md
--- frontmatter
name: test-generator
description: Automated test generation for functions and components
license: MIT
metadata:
  author: QA Team
  version: "2.0.0"
  category: testing

Test Generator

Automatically generate comprehensive test suites for your code.

Features

  • Unit test generation
  • Test case suggestions
  • Mock and stub creation
  • Edge case identification
  • Assertion generation

Supported Patterns

  • Function testing
  • Component testing
  • API testing
  • Integration testing

Usage

Provide code and get:

  • Test structure
  • Test cases
  • Mocking strategies
  • Coverage recommendations