# BlazeUp-AI__Observal

> <!-- SPDX-FileCopyrightText: 2026 Lokesh Selvam <lokeshselvam7025@gmail.com> -->

- Skill: `bilal140202/blazeup-ai-observal` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bilal140202/blazeup-ai-observal`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bilal140202/blazeup-ai-observal/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Bilal140202 (https://skillmd.com/u/bilal140202)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/bilal140202/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

