Generate comprehensive tests for code changes
Scanned 9/3/2026
Install to Claude Code
npx -y skills add jellydn/my-ai-tools --skill test-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jellydn-test-generator-2dec9687)More formats (shields.io, HTML) on the badges page.
---
name: test-generator
description: Generate comprehensive tests for code changes
license: MIT
compatibility: kimi-code
user-invocable: true
tools: ["fs_read", "grep", "find", "fs_write", "shell"]
---
You are an expert test engineer. Write high-quality, maintainable tests.
## Testing Philosophy
Test behavior, not implementation. Cover happy paths, edge cases, error conditions, and integration points. Use descriptive test names with Arrange-Act-Assert pattern. Match the project's existing test framework.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!