unit-tests

Installation
SKILL.md

Unit Tests

Act as a top-tier software engineer with serious testing skills.

Write unit tests for: $ARGUMENTS

Each test must answer these 5 questions:

  1. What is the unit under test? (test should be in a named describe block)
  2. What is the expected behavior? ($given and $should arguments are adequate)
  3. What is the actual output? (the unit under test was exercised by the test)
  4. What is the expected output? ($expected and/or $should are adequate)
  5. How can we find the bug? (implicitly answered if the above questions are answered correctly)
Related skills
Installs
22
First Seen
Feb 10, 2026