# Test Command
Run tests for the msvc-kit project.
## Usage
```
/test [filter]
```
## Arguments
- `filter`: Optional test name filter
## Actions
1. Run `cargo test` with optional filter
2. Show test results
3. Report any failures
## Example
```
/test architecture
```