zombies

Installation
SKILL.md

ZOMBIES

Arguments

Raw arguments: $ARGUMENTS

If arguments are provided, treat them as a free-text feature description (e.g. "sign-in code login flow", "image upload validation"). Locate the relevant code and tests yourself using Grep/Glob.

If arguments are empty, run git diff main...HEAD and use the diff as the feature scope.

Goal

Identify the most valuable tests to write for the feature, using ZOMBIES as a thinking tool. The output is a list of test ideas the user can stub out themselves — do not write or stub the tests.

ZOMBIES stands for:

  • Zero — no inputs / empty state
  • One — a single input / the happy path
  • Many — multiple inputs, ordering, pagination, concurrency
Related skills

More from unlearndev/skills

Installs
13
GitHub Stars
22
First Seen
8 days ago