This generates unit tests following the Arrange-Act-Assert pattern, which keeps tests readable and consistent. It covers the basics you'd expect: happy paths, edge cases, error scenarios, and async functions. The examples show testing utilities, classes, and React components with proper setup and teardown. If you're tired of writing boilerplate test suites or want your team following the same structure, this handles the tedious part. The template approach means you get comprehensive coverage without thinking through every edge case manually. Works with Vitest and Jest, generates test files that match your source structure.
npx -y skills add patricio0312rev/skills --skill unit-test-generator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot