| name | verify |
| description | Run tests and verify that recent changes work correctly |
| when_to_use | After implementing a feature or fix, to ensure correctness |
| context | inline |
| allowed-tools | Bash, Read, Grep, Glob |
Verification
- Identify the test framework used in this project
- Run the full test suite
- If tests fail, analyze the failures and determine if they're related to recent changes
- Run any linters or type checkers configured in the project
- Verify that the application starts without errors (if applicable)
Report: which tests pass, which fail, and whether the failures are pre-existing or new.