ookami-unit-testing
Installation
SKILL.md
Unit Testing Skill
A framework-agnostic guide to writing meaningful, maintainable unit tests.
1. Framework Reference
Detect the stack from context and load the appropriate reference before generating test code:
| Stack | Reference |
|---|---|
| Ruby / Rails / RSpec | references/rails-rspec.md |
| Flutter / Dart | references/flutter-dart.md |
| Other | Apply the principles below directly |
2. Four Pillars of a Good Unit Test
Every test should be evaluated against these four pillars: