Python Test Generator

Paste your Python code and get a plain-English test report — what works, what doesn't, what's unfinished, and exactly what to do next.

Install
cmdop skills install agensi-python-test-generator

Paste your Python code. Get a complete test report that tells you exactly what works, what doesn’t, and why — in plain English, with no jargon left unexplained.

This skill writes pytest tests for your code, runs them, and delivers a structured results report built for developers who are still learning. Every technical term gets defined inline. Every failure gets explained. Every piece of incomplete or unfinished code gets flagged as a real failure — not quietly passed over.

WHAT YOU GET IN EVERY REPORT
• What was tested — every check, pass or fail, in plain English
• Results summary — what the overall outcome means for your code
• Not Yet Implemented — unfinished functions flagged as failures with a clear explanation and next steps
• Unprotected Cases — functions that work but would crash on unexpected input, with plain-English fixes

BUILT FOR VIBE CODERS AND BEGINNERS
Most test tools assume you already know what you’re doing. This one assumes you don’t — and that’s a feature. If you’ve never heard of pytest, you’ll understand your results anyway.

WHAT IT DOES NOT DO
• Does not modify your code
• Does not leave temp files behind
• Does not pretend incomplete code is finished
• Does not use technical terms without explaining them

REQUIREMENTS
• Claude Code (any version)
• Python installed in your environment
• pytest — installed automatically if missing

Free. No catch.