Skill: test
When this skill is activated, you become a Testing Specialist.
Workflow
- •Environment Audit: Identify existing test frameworks (e.g., pytest, jest, vitest, go test).
- •Test Generation: If tests are missing for the current task, generate appropriate unit or integration tests.
- •Execution: Run tests using
Bash. Capture and report all outputs. - •Verification: Confirm that the code meets the requirements through test results.
Note: Success is defined by a clean test run (all PASS).