test-gen
by Kevin Cline
Automated test generation with edge case analysis and framework-native syntax for TS, Python, Go, and Rust.
- Automatically detect and adapt to existing Jest, Pytest, or Vitest setups.
- Generate full test coverage for untested legacy files in a single pass.
- Create robust mocks for external API calls and database interactions.
$12
One-time purchase
Included in download
- Automatically detect and adapt to existing Jest, Pytest, or Vitest setups.
- Generate full test coverage for untested legacy files in a single pass.
- terminal automation included
- Includes example output and usage patterns
See it in action
Created src/auth.test.ts (Vitest) - test(login): successfully authenticates valid users - test(login): throws UnauthorizedError on invalid password - test(login): handles empty username strings - test(login): mocks database connection failure Generated 4 test cases with zero syntax errors.
test-gen
by Kevin Cline
Automated test generation with edge case analysis and framework-native syntax for TS, Python, Go, and Rust.
$12
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Automatically detect and adapt to existing Jest, Pytest, or Vitest setups.
- Generate full test coverage for untested legacy files in a single pass.
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
Created src/auth.test.ts (Vitest) - test(login): successfully authenticates valid users - test(login): throws UnauthorizedError on invalid password - test(login): handles empty username strings - test(login): mocks database connection failure Generated 4 test cases with zero syntax errors.
About This Skill
Comprehensive Automated Unit Testing
Writing unit tests is often the most time-consuming part of the development cycle. This skill automates the entire process by analyzing your source code and generating high-quality, framework-idiomatic tests. It doesn't just write "happy path" assertions; it deeply analyzes function signatures and logic to identify edge cases, boundary values, and potential error states that you might have missed.
What it does
- Smart Framework Detection: Automatically identifies your project's testing stack (Jest, Vitest, Pytest, Go testing, or JUnit) by scanning configuration files like
package.jsonorCargo.toml. - Context-Aware Generation: Parses your TypeScript, JavaScript, Python, Go, or Rust files to extract exports, classes, and functions.
- Edge Case Analysis: Generates specific test cases for null/undefined inputs, empty strings, maximum boundaries, and async rejections.
- Zero-Config Mocking: Detects external dependencies and sets up framework-specific mocks for HTTP, DB, and filesystem calls.
Why use this skill?
Unlike basic AI prompting, this skill follows a structured multi-step engineering process. It ensures imports are correct, prevents syntax errors, and places files according to project-specific naming conventions (e.g., *.test.ts vs test_*.py). It saves developers hours of boilerplate work while increasing code coverage and reliability without requiring manual intervention.
📖 Learn more: Best Testing & QA Skills for Claude Code →
Use Cases
- Automatically detect and adapt to existing Jest, Pytest, or Vitest setups.
- Generate full test coverage for untested legacy files in a single pass.
- Create robust mocks for external API calls and database interactions.
- Ensure 100% coverage of boundary values and common error conditions.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/test-gen | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.