Generate targeted test inputs to reach specific code paths and hard-to-reach behaviors in Python code. Use when: (1) Targeting uncovered branches or specific execution paths, (2) Need coverage-guided test generation, (3) Want to leverage LLM understanding of code semantics for meaningful test inputs, (4) Testing boundary conditions and edge cases systematically, (5) Combining symbolic reasoning with fuzzing. Provides path analysis, constraint solving, coverage-guided strategies, and LLM-driven semantic generation for comprehensive test input creation.
91
92%
Does it follow best practices?
Impact
82%
1.28xAverage score across 3 eval scenarios
Passed
No known issues
Path analysis and constraint-based test suite generation
Uses path_analyzer module
70%
100%
Uses input_generator module
80%
100%
Calls analyze_code_paths
50%
100%
Calls generate_test_suite or generate_for_path
100%
100%
paths_report.txt produced
100%
100%
print_paths used for report
100%
100%
test_suite.json produced
100%
100%
test_suite.json has path metadata
100%
100%
Edge cases included
0%
100%
Inputs cover denied paths
100%
50%
Inputs cover tier paths
100%
100%
3-step workflow order
71%
71%
Coverage-guided iterative generation with hybrid strategies
Iterative coverage loop
0%
30%
Seed corpus initialization
0%
62%
Coverage tracking set
37%
87%
Prioritizes deeply nested paths
10%
30%
Branch distance or mutation toward uncovered
60%
70%
Strategy switch on stall
0%
0%
coverage_log.txt produced
57%
71%
Coverage log records new-coverage decisions
71%
100%
test_corpus.json produced
100%
100%
Corpus covers deeply nested path
100%
100%
Uses path_analyzer tooling
0%
100%
Inputs include edge cases
87%
100%
LLM-driven semantic input generation with validation
Uses path_analyzer tooling
0%
100%
LLM API called for generation
100%
100%
LLM prompt includes function source
77%
100%
Constraint-based fallback
0%
25%
Input validation performed
100%
100%
test_suite.json produced
100%
100%
generation_method field present
62%
50%
clinical_description field present
44%
66%
Covers immediate paths
100%
100%
generation_report.txt produced
100%
100%
Validation failures documented
75%
75%
Semantically realistic inputs
100%
100%
0f00a4f
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.