unittest-test-creator
This skill provides automated assistance for unittest test creator tasks within the Test Automation domain.
Content Preview
--- name: unittest-test-creator description: | Unittest Test Creator - Auto-activating skill for Test Automation. Triggers on: unittest test creator, unittest test creator Part of the Test Automation skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Unittest Test Creator ## Purpose This skill provides automated assistance for unittest test creator tasks within the Test Automation domain. #
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/unittest-test-creator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/09-test-automation/unittest-test-creator/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/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/09-test-automation/unittest-test-creator/SKILL.md
Related Skills
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
unit-testing-test-generate
Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.
testingunitgenerate
by sickn33 (Antigravity) · antigravity-awesome-skills
generating-unit-tests
Test automatically generate comprehensive unit tests from source code covering happy paths, edge cases, and error conditions.
generating-unit-testsgeneratingunittests
by jeremylongshore · plugins-plus-skills
tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
tdd-workflowtddworkflow
by affaan-m · everything-claude-code