testing
Installation
SKILL.md
Testing Best Practices
Test Authoring:
- Test behavior, not implementation
- Use testing pyramid (many unit, some integration, few E2E)
- Test edge cases and error conditions
- Keep tests simple and fast
Test Organization:
- Group related tests
- Use descriptive test names
- Follow AAA pattern (Arrange, Act, Assert)
- Keep test data minimal
Related skills
More from mrsimpson/responsible-vibe-mcp
responsible-vibe
>
15coding
General practices to consider when writing code
2starting-project
How to set-up the skeleton of a new application
2task-handling
Important conventions on how to author and work on tasks
2architecture
General practices to consider when setting up a new application or enhancing it structurally
1application-design
General conventions when creating an application design
1