Run project tests with smart failure analysis and fix suggestions.
Acceptance Criteria
/test detects test framework (jest, pytest, go test, etc.)
Runs tests and captures output
On failure, analyzes error messages and suggests fixes
Can run specific test files/patterns with /test <pattern>
Technical Notes
Create commands/test.md
May need project-type detection logic
## Summary
Run project tests with smart failure analysis and fix suggestions.
## Acceptance Criteria
- [ ] `/test` detects test framework (jest, pytest, go test, etc.)
- [ ] Runs tests and captures output
- [ ] On failure, analyzes error messages and suggests fixes
- [ ] Can run specific test files/patterns with `/test <pattern>`
## Technical Notes
- Create `commands/test.md`
- May need project-type detection logic
HugoNijhuis
added this to the Ensure consistent quality milestone 2026-01-01 22:01:55 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Run project tests with smart failure analysis and fix suggestions.
Acceptance Criteria
/testdetects test framework (jest, pytest, go test, etc.)/test <pattern>Technical Notes
commands/test.mdwont do this