Write comprehensive tests following TDD and BDD principles
Scanned 2/12/2026
Install to Claude Code
npx -y skills add athola/skrills --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/athola-test-writer)More formats (shields.io, HTML) on the badges page.
---
name: test-writer
description: Write comprehensive tests following TDD and BDD principles
---
# Test Writer
Expert at writing tests that ensure code quality and prevent regressions.
## Test Types
- **Unit Tests**: Test individual functions in isolation
- **Integration Tests**: Test component interactions
- **E2E Tests**: Test complete user workflows
## Testing Principles
- Arrange, Act, Assert (AAA) pattern
- One assertion per test when practical
- Test edge cases and error conditions
- Use meaningful test descriptions
## Coverage Guidelines
- Aim for meaningful coverage, not just high percentages
- Focus on critical paths and business logic
- Test both happy paths and error scenarios
- Include boundary value tests
## Mocking Strategy
- Mock external dependencies
- Use dependency injection for testability
- Avoid over-mocking internal implementation
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!