When activated, generate comprehensive unit tests for the provided code: - Cover happy paths and edge cases - Test error handling and boundary conditions - Use pytest for Python, Jest for TypeScript - Include mocks for external dependencies - Aim for >90% branch coverage
Scanned 5/27/2026
Install via CLI
openskills install BlazeUp-AI/Observal<!-- SPDX-FileCopyrightText: 2026 Lokesh Selvam <lokeshselvam7025@gmail.com> -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
---
name: test-writer
description: Generates comprehensive unit tests for code
version: 1.0.0
owner: example
task_type: testing
---
# Test Writer
When activated, generate comprehensive unit tests for the provided code:
- Cover happy paths and edge cases
- Test error handling and boundary conditions
- Use pytest for Python, Jest for TypeScript
- Include mocks for external dependencies
- Aim for >90% branch coverage
No comments yet. Be the first to comment!
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。