Write and run tests for any codebase. Use when adding tests, fixing failing tests, or setting up test infrastructure.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-test)More formats (shields.io, HTML) on the badges page.
---
name: test
description: Write and run tests for any codebase. Use when adding tests, fixing failing tests, or setting up test infrastructure.
---
## test
Write and run tests effectively.
### Types
- Unit tests: individual functions/classes
- Integration tests: components working together
- E2E tests: complete user flows
### Best practices
- Test behavior, not implementation
- One assertion concept per test
- Descriptive test names
- Arrange-Act-Assert pattern
- Mock external dependencies
- Test edge cases
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!