Testing Standards

Generate unit, integration, E2E, and API test suites with scaffolding and mocks.

3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/michelabboud/claude-code-helper --skill testing-standards-michelabboud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Testing Standards
Source: https://github.com/michelabboud/claude-code-helper/tree/main/skills/testing-standards
Command: npx skills add https://github.com/michelabboud/claude-code-helper --skill testing-standards-michelabboud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of comprehensive test suites and tests that follow TDD and industry best practices for unit, integration, E2E, and API testing.

Core Features & Use Cases

  • Generate unit, integration, E2E, and API tests from code or user stories
  • Provide test scaffolding, mocks/factories, and clear naming conventions
  • Produce documentation and guidance for test structure, run configurations, and reporting

Quick Start

Provide a starter test suite for the given module by invoking the testing standards tool with the target path and test type.

Frequently Asked Questions about Testing Standards

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

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

You can generate unit and E2E tests by invoking the testing standards tool with your target path and desired test type to automatically produce comprehensive test suites, mocks, and factories.

What is the best way to scaffold API testing scenarios from user stories?

The best way to scaffold API testing scenarios from user stories is to use an automated test generation tool that applies TDD practices to output structured templates, mocks, and documentation scaffolding.

Can I use TDD test generation across different languages and frameworks?

Yes, TDD test generation applies unit, integration, E2E, and API testing scenarios across various languages and frameworks, providing structured templates and mocks for your specific environment.

How do I start creating a test suite for a specific module?

To start creating a test suite for a specific module, provide the target path and test type to the testing tool to quickly generate a starter suite with clear naming conventions and run configurations.

Does automated test generation include mocks and factories for integration testing?

Yes, automated test generation includes test scaffolding, mocks, and factories to support integration testing, ensuring your test suites are reliable and scalable following industry best practices.

What limitations exist when generating E2E tests from existing code?

When generating E2E tests from existing code, limitations may arise from complex dependencies or undocumented workflows, though the tool provides guidance on test structure and reporting to mitigate these issues.