mayrlabs-internal-testing
Installation
SKILL.md
MayR Labs Internal: Testing Standards
Testing (You’re avoiding this… fix it)
- Every critical logic must have:
- unit tests
- integration tests (where needed)
- API flows → must be testable without Postman
If you can’t test it, you don’t understand it.