testing-unit

Installation
SKILL.md

Unit Testing

Test individual functions, methods, and classes in isolation from dependencies.

When to use me

Use this skill when:

  • Writing new code to ensure it works correctly
  • Refactoring existing code without breaking functionality
  • During continuous integration to catch regressions early
  • Following Test-Driven Development (TDD) practices

What I do

  • Identify testable units (functions, methods, classes)
  • Set up test fixtures and mock dependencies
  • Write test cases covering normal, edge, and error conditions
  • Run unit tests and report pass/fail status
  • Measure code coverage for tested units
Related skills
Installs
29
Repository
wojons/skills
GitHub Stars
1
First Seen
Feb 28, 2026