test

Analyze codebases to generate focused tests for critical paths, inputs, outputs, and contracts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams ensure critical code paths are thoroughly verified by automatically generating focused tests that validate inputs, outputs, contracts, and edge cases.

Core Features & Use Cases

  • Generate tests for the most critical paths to prevent regression.
  • Validate data contracts and boundary conditions across modules.
  • Provide a clear test plan and structure for new codebases.

Quick Start

Analyze a codebase and generate focused tests for critical paths to validate inputs, outputs, and contracts.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate focused unit tests for critical code paths?

Generate focused unit tests for critical paths by analyzing the codebase to verify inputs, outputs, and contracts. This process produces concrete test plans, expectations, and structures to ensure robust behavior and prevent regressions.

What is the best way to validate data contracts and boundary conditions across modules?

Validating data contracts and boundary conditions across modules is done by analyzing interfaces and data transformations to produce focused tests. This ensures robust behavior by verifying critical paths and edge cases automatically.

Can I use automated test generation for unit and integration test planning?

Automated test generation can be used for unit and integration test planning, prioritization, and documentation. It analyzes codebases to produce concrete test plans, expectations, and structures for new codebases.

How do I create a clear test plan and structure for a new codebase?

Create a clear test plan and structure for a new codebase by analyzing modules with clear interfaces. This generates focused tests that validate critical paths, inputs, outputs, and data transformations to ensure robust behavior.

Does automated test generation work for edge cases and data transformations?

Automated test generation works for edge cases and data transformations by analyzing the codebase and applying tests across modules. It validates critical paths and contracts to verify robust behavior and prevent regression.