create-test

Analyze testing needs and generate structured test plans with strong assertions.

10|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/reidemeister94/development-skills --skill create-test-reidemeister94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-test
Source: https://github.com/reidemeister94/development-skills/tree/main/skills/create-test
Command: npx skills add https://github.com/reidemeister94/development-skills --skill create-test-reidemeister94

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create tests, improve test coverage, audit test quality, and identify untested code or weak assertions, turning vague testing goals into concrete tests and strategies.

Core Features & Use Cases

  • Strategic analysis and guided test planning using a two-mode workflow (Mode A: strategic analysis; Mode B: targeted test generation).
  • Reads reference material and testing-strategy guidance to structure test suites that exercise public APIs, with emphasis on strong assertions and progressive coverage.
  • Quick-startable guidance for integrating tests into existing projects, including plan generation, verification, and iteration loops.

Quick Start

Provide a user goal or target path, then run Mode A for strategic analysis and Mode B for targeted test generation, following the steps described in the Skill.

Frequently Asked Questions about create-test

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

FAQPage Schema
How do I improve test coverage for untested code paths?

To improve test coverage, this Skill identifies untested code and weak assertions, then translates your testing goals into a structured plan that generates targeted tests with strong assertions and progressive coverage.

What is the best way to design a pytest suite for existing public APIs?

Designing a pytest suite is handled through strategic analysis and targeted test generation, reading testing-strategy guidance to structure tests that exercise public APIs with strong assertions.

How do I audit existing test quality and fix weak assertions?

Auditing test quality involves identifying weak assertions and untested code, then applying a two-mode workflow to generate concrete test artifacts with justifications for each test path.

Can I generate a structured test plan from a vague testing goal?

Generating a structured test plan from a vague goal uses Mode A for strategic analysis and Mode B for targeted test creation, producing test artifacts with verification and iteration loops.

Does automated test generation work without configuring external dependencies?

Automated test generation runs with no external dependencies, relying on internal reference material and testing-strategy guidance to structure test suites and generate strong assertions.