test

Installation
SKILL.md

Run Tests and Fix Failures

Detect test framework, run tests, diagnose and fix failures automatically.

Instructions

Step 1: Detect Test Framework

Check for test configuration files in this order:

File Framework Run Command
vitest.config.* or vite.config.* with test Vitest npx vitest run
jest.config.* or package.json jest key Jest npx jest
phpunit.xml PHPUnit ./vendor/bin/phpunit
pest.php or Pest in composer.json Pest ./vendor/bin/pest
pytest.ini / pyproject.toml [tool.pytest] pytest pytest
go.mod with _test.go files Go go test ./...
Cargo.toml Rust cargo test
Related skills
Installs
18
GitHub Stars
1
First Seen
Mar 11, 2026