Generate unit tests, integration tests, and test plans. TRIGGERS - Use when user wants tests, test cases, testing strategy, or test coverage.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add lionelsimai/claude-skills-collection --skill test-writer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Writer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lionelsimai-test-writer)More formats (shields.io, HTML) on the badges page.
---
name: test-writer
description: |
Generate unit tests, integration tests, and test plans.
TRIGGERS - Use when user wants tests, test cases, testing strategy, or test coverage.
---
# Test Writer
## Approach
1. Analyze the code to understand functionality
2. Identify test scenarios (happy path, edge cases, errors)
3. Write tests using appropriate framework
4. Include assertions for expected behavior
5. Add edge case coverage
## Output includes:
- Test file with complete test suite
- Test descriptions explaining what each test validates
- Setup/teardown helpers
- Mocking strategy for dependencies
- Coverage recommendations
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!