When asked to test code, follow these steps:
- Identify the functions or modules that changed.
- Write unit tests covering the happy path and key edge cases.
- Run the tests and report results.
Keep tests focused — one assertion per behavior. This is the body of the test skill.