This generates unit tests by analyzing your functions and spitting out runnable test code with coverage for normal inputs, edge cases, and error conditions. It adapts to whatever language you're using (Python/pytest, JavaScript/Jest, Go testing) and handles the annoying stuff like mocking external dependencies and writing table-driven tests. The workflow is sensible: it reads your code to understand inputs and outputs, picks a testing strategy based on whether it's a pure function or something with side effects, then writes tests with decent naming. Honestly beats staring at a blank test file trying to remember all the edge cases you should cover, especially for functions that touch databases or APIs.
npx -y skills add laolaoshiren/claude-code-skills-zh --skill test-generator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot