tests-create

Identify and implement missing test edge cases for source files.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thomfilg/ai-plugin-work --skill tests-create-thomfilg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests-create
Source: https://github.com/thomfilg/ai-plugin-work/tree/main/plugins/work/skills/tests-create
Command: npx skills add https://github.com/thomfilg/ai-plugin-work --skill tests-create-thomfilg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of missing test edge cases, improving code coverage and reliability.

Core Features & Use Cases

  • Test Edge Case Creation: Automatically identify and implement missing test edge cases.
  • Test File and Source Management: Works with both source and test files to ensure comprehensive coverage.
  • Framework and Package Detection: Identifies the correct testing framework and package structure for the project.

Quick Start

Run the 'tests-create' skill with a specific file path to generate test edge cases for that file.

Frequently Asked Questions about tests-create

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

FAQPage Schema
How do I automatically generate missing test edge cases for my source code?

To automatically generate missing test edge cases, you run the 'tests-create' skill with a specific source or test file path, which analyzes the code and implements the missing tests to improve coverage and reliability.

How does automated test creation detect the correct testing framework for my project?

Automated test creation detects the correct testing framework by analyzing your source code and identifying the package structure, ensuring the generated test edge cases align with your project's specific testing environment.

Can I use automated edge case generation with any programming language or test framework?

Yes, automated edge case generation supports various programming languages and frameworks by detecting the correct setup during code analysis, ensuring comprehensive coverage across different project environments.

What is the best way to improve code coverage for missing test edge cases?

The best way to improve code coverage for missing test edge cases is to automate the identification and implementation process, analyzing both source and test files to ensure comprehensive reliability.

Do I need to provide both source and test files for automated test edge case creation?

No, you do not need to provide both file types initially; the skill works with either a source file or a test file path to identify and manage missing test edge cases for comprehensive coverage.

Why does automated test generation focus on edge cases instead of standard test coverage?

Automated test generation focuses on edge cases because they are often missing and difficult to predict manually; identifying and implementing these specific scenarios ensures comprehensive code coverage and reliability.