generating-tests

Generate unit, integration, and end-to-end test code with AAA patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sekka/dotfiles --skill generating-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-tests
Source: https://github.com/sekka/dotfiles/tree/main/home/.claude/skills/generating-tests
Command: npx skills add https://github.com/sekka/dotfiles --skill generating-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ユニットテスト・統合テスト・E2Eテストのコード生成とテスト設計を包括的に支援します。

Core Features & Use Cases

  • テスト設計(AAAパターン、境界値、異常系)
  • テストコードの自動生成
  • 品質メトリクスとカバレッジ推定

Quick Start

対象コードのシグネチャを元に、基本のユニットテストを生成します。

Frequently Asked Questions about generating-tests

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

FAQPage Schema
How do I generate unit tests automatically for my codebase?

Unit test generation analyzes function signatures and dependencies to create test code following the AAA pattern (Arrange, Act, Assert). The Skill generates tests for frameworks like Jest, Vitest, and pytest, covering normal cases, edge cases, and boundary conditions to accelerate test creation and improve coverage.

Can I generate integration and end-to-end tests, or just unit tests?

The Skill generates unit, integration, and end-to-end test code and designs. It applies framework-specific templates and mock/stub strategies across all three test levels, helping you design comprehensive test scenarios beyond isolated unit testing.

What test frameworks does automated test generation support?

Test generation supports identified test frameworks including Jest, Vitest, pytest, and others. The Skill applies framework-specific templates and conventions, so generated code follows your project's testing standards and integrates seamlessly.

How does test design automation handle edge cases and boundary conditions?

Test design automation identifies and generates scenarios for normal cases, edge cases, and boundary conditions based on function signatures and dependencies. It applies AAA-pattern structure and provides quality metrics guidance to ensure comprehensive test coverage.

What do I need before I can generate tests for my code?

You need an identified test framework in your codebase (Jest, Vitest, pytest, etc.) and target code with accessible function signatures and dependencies. The Skill analyzes these inputs to design and generate appropriate test code and mock strategies.

Does test generation include mock and stub strategies?

Yes, test generation incorporates mock and stub strategies tailored to your test level and framework. The Skill designs appropriate isolation techniques for unit, integration, and end-to-end tests alongside code generation and quality metrics guidance.