Loading...
Loading...
Auto-detects your test framework, runs the full suite, diagnoses failures, and fixes them. Use after making code changes to verify tests pass, or when you encounter test failures you want diagnosed and fixed automatically.
npx skill4agent add skinnyandbald/fish-skills test| File | Framework | Run Command |
|---|---|---|
| Vitest | |
| Jest | |
| PHPUnit | |
| Pest | |
| pytest | |
| Go | |
| Rust | |
| RSpec | |
package.jsontesttest:runtest:unittest:integrationrun_in_background=true## Test Results
**Framework:** [detected framework]
**Command:** [command used]
**Result:** X passed, Y fixed, Z remaining
### Fixed
- [test name]: [what was wrong and what was fixed]
### Still Failing (if any)
- [test name]: [diagnosis and why it couldn't be auto-fixed]