0
1
In review
Synced today
What it does
Run tests on the codebase.
Skill profile
Claude Code · Codex · OpenClaw
Keep exploring
More options in Dev Tools.
Updated 7/14/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill testReview source code and installation permissions before adding third-party tools to an agent.
test is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill testSKILL.md
--- name: test description: Run tests on the codebase. --- # Test Run test suite to verify functionality. ## Steps 1. Detect the project type and find the test command: - TypeScript/JavaScript: `npm test`, `vitest`, `jest` - Go: `go test ./...` - Rust: `cargo test` - Python: `pytest`, `python -m unittest` - General: `make test` 2. If no test framework is configured, propose adding one appropriate for the project. 3. Run the command and report results. Fix any failing tests.
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.