test-generator

Generate unit, integration, and end-to-end test suites from requirements and architectural designs.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/B4san/Calix-Pass --skill test-generator-b4san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-generator
Source: https://github.com/B4san/Calix-Pass/tree/main/.gemini/skills/test-generator
Command: npx skills add https://github.com/B4san/Calix-Pass --skill test-generator-b4san

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring software quality by systematically generating high-quality test cases based on specifications and architectural design.

Core Features & Use Cases

  • Requirement Analysis: Understands specifications and user stories to identify key scenarios, edge cases, and failure modes.
  • Test Strategy Definition: Recommends strategies for Unit, Integration, and End-to-End (E2E) testing, adhering to the test pyramid principle.
  • Test Code Generation: Assists in writing descriptive and reliable test cases using established frameworks and patterns like AAA.
  • Use Case: When developing a new user authentication module, this Skill can help generate unit tests for individual functions, integration tests for the API-database interaction, and E2E tests for the login flow.

Quick Start

Use the test-generator skill to create unit tests for the calculate_total function.

Frequently Asked Questions about test-generator

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

FAQPage Schema
How do I generate comprehensive test suites from software requirements?

To generate comprehensive test suites, the skill analyzes your software requirements and architectural designs to identify key scenarios, edge cases, and failure modes, producing functional test files and execution instructions.

What is the best way to cover unit, integration, and e2e testing strategies?

The best way to cover unit, integration, and e2e testing is by applying the test pyramid principle, which this skill uses to recommend balanced testing strategies and generate reliable test cases using established frameworks.

Can I use test generation for an existing user authentication module?

Yes, you can use test generation for an existing user authentication module to systematically produce unit tests for individual functions, integration tests for API-database interactions, and e2e tests for the login flow.

How does test case generation handle edge cases and failure modes?

Test case generation handles edge cases and failure modes by thoroughly analyzing your specifications and user stories to identify potential weak points, ensuring high-quality and reliable test coverage for your software.

Do I need to provide architectural designs for accurate test code generation?

Providing architectural designs and specifications is required for accurate test code generation, as the skill relies on analyzing these inputs to identify relevant test scenarios and suggest coverage improvements.

What testing patterns does automated test suite generation follow?

Automated test suite generation follows the AAA pattern and the test pyramid principle to write descriptive and reliable test cases, ensuring structured and comprehensive coverage across unit, integration, and e2e levels.