---
name: observal/test-writer
source: https://app.decimal.ai/s/observal-test-writer@1/SKILL.md
source_sha256: d98da5446444
---

<!-- SPDX-FileCopyrightText: 2026 Lokesh Selvam <lokeshselvam7025@gmail.com> -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

# 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