unit-testing-test-generate
Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.
Content Preview
--- name: unit-testing-test-generate description: "Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus." risk: unknown source: community date_added: "2026-02-27" --- # Automated Unit Test Generation You are a test automation expert specializing in generating comprehensive, maintainable unit tests across multiple languages and frameworks. Create tests that maximize coverage, catch edge cases, and follow best practices for assertion quality a
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/unit-testing-test-generate.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/unit-testing-test-generate/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/unit-testing-test-generate/SKILL.md
Related Skills
testing
Testing strategies and methodologies including TDD, E2E testing, and multi-framework support
testingtestingtdd
by davepoon · buildwithclaude
Generating Unit Tests
This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others,
skill-adaptergenerating unit tests
by jeremylongshore · plugins-plus-skills
Generating Test Doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need t
skill-adaptergenerating test doubles
by jeremylongshore · plugins-plus-skills
svelte-testing
Testing specialist for Svelte/SvelteKit applications with expertise in unit testing, component testing, E2E testing using Vitest and Playwright, following modern testing best practices.
agentssveltetesting
by qdhenry · claude-command-suite