run-the-tests

Run project tests, diagnose failures, and apply fixes across multiple languages.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill run-the-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-the-tests
Source: https://github.com/samjhecht/wrangler/tree/main/skills/run-the-tests
Command: npx skills add https://github.com/samjhecht/wrangler --skill run-the-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs the project's tests, fixes failures, or sets up test infrastructure if missing, ensuring a healthy test suite.

Core Features & Use Cases

  • Test execution: runs all tests and reports
  • Failure diagnosis & fix: identifies and fixes failing tests
  • Infra setup: creates test infra if none exists

Quick Start

Execute: /wrangler:run-the-tests to run all tests and fix failures.

Frequently Asked Questions about run-the-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run tests across my JavaScript, Python, or Go project?

Run tests by executing the Skill, which auto-detects your project type and test runner—whether vitest, jest, pytest, or Go's built-in tools—then executes all tests and reports results.

Can I fix failing tests automatically?

Yes. The Skill diagnoses test failures, applies fixes to your code, and re-runs tests until they pass, ensuring a healthy test suite without manual intervention.

What happens if my project has no test infrastructure set up?

The Skill creates test infrastructure from scratch, including test discovery and runner configuration, so you can run tests even if none existed before.

Does this work with multi-language projects?

Yes. The Skill handles test execution and failure fixes across JavaScript, TypeScript, Python, Go, Rust, and Java projects in a single workflow.

How do I integrate test runs into my CI pipeline?

The Skill provides structured test reports and fix results that integrate with CI systems, automating the test-execute-diagnose-fix cycle in your deployment pipeline.

What should I do before running this Skill on my project?

Ensure your project files are in place and accessible; the Skill handles test runner selection and discovery, so no pre-configuration is required.