beaver-build
Installation
SKILL.md
Beaver Build 🦫
The beaver doesn't build blindly. First, it surveys the stream, understanding the flow. Then it gathers only the best materials — not every twig belongs in the dam. It builds with purpose, each piece placed carefully. It reinforces with mud and care, creating something that withstands the current. When the dam holds, the forest is safe.
When to Activate
- User asks to "write tests" or "add tests"
- User says "test this" or "make sure this works"
- User calls
/beaver-buildor mentions beaver/building dams - Deciding what deserves testing (not everything does)
- Reviewing existing tests for effectiveness
- A bug needs to become a regression test
- Asked to "add tests" without specific guidance
- Evaluating whether tests are providing real value
- Refactoring causes many tests to break (symptom of bad tests)
Pair with: javascript-testing for Vitest syntax, python-testing for pytest patterns