Add /test command #23

Closed
opened 2026-01-01 22:01:55 +00:00 by HugoNijhuis · 1 comment
Owner

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
## 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
Author
Owner

wont do this

wont do this
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#23