# Test

> Generate or improve tests with strong coverage of behavior, edge cases, negative paths, and regression protection.

- Skill: `arogyareddy/test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arogyareddy/test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arogyareddy/test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: arogyareddy (https://skillmd.com/u/arogyareddy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/arogyareddy/test

---


# Test

Use this when asked to add tests, improve coverage, validate a bug fix, or design a test strategy.

## Workflow
1. Understand the behavior contract.
2. Identify unit, integration, and end-to-end boundaries.
3. Add high-signal tests first.
4. Cover happy path, edge cases, invalid input, error handling, concurrency/async behavior, and regression scenarios.
5. Remove or rewrite brittle tests.

## Rules
- Prefer deterministic assertions.
- Avoid over-mocking domain behavior.
- Test public behavior over internal implementation.
- For bug fixes, include one regression test named after the defect.

## Output format
- Coverage plan
- Tests to add now
- Gaps intentionally deferred
- Example test cases


