test_runner

Execute project test suites and generate failure remediation recommendations.

41|10|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill test-runner-krishnakanthb13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test_runner
Source: https://github.com/krishnakanthb13/antigravity_global_skills/tree/main/test_runner
Command: npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill test-runner-krishnakanthb13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes the project's test suite to identify failures and surface actionable insights to speed debugging and quality improvements.

Core Features & Use Cases

  • Run tests across npm, pytest, or unittest configurations to cover JavaScript, Python, and other environments.
  • Analyze failures by surfacing stack traces, assertions, and diffs to guide fixes.
  • Generate remediation recommendations and help keep test suites stable over time.

Quick Start

Run the test suite for the current project to get failure analysis and fix suggestions.

Frequently Asked Questions about test_runner

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

FAQPage Schema
How do I run tests and diagnose failures in my project?

To run tests and diagnose failures, execute the project's test suite to identify failures and surface actionable insights like stack traces and diffs to speed debugging. The tool analyzes failures and generates remediation recommendations to help keep test suites stable.

Can I run targeted test files instead of the entire test suite?

Yes, you can run targeted test files instead of the entire test suite. The tool supports running all tests or specific targeted files, allowing you to focus debugging efforts on particular areas of your project.

Does this testing tool work with both Python and JavaScript configurations?

Yes, this testing tool works with both Python and JavaScript configurations. It runs tests across npm, pytest, or unittest configurations to cover JavaScript, Python, and other diverse development environments.

How do I view failure logs and stack traces after a test run?

You view failure logs and stack traces after a test run by using the view_file command. The tool surfaces stack traces, assertions, and diffs from the test execution to guide your fixes.

What is the best way to generate remediation recommendations for failing tests?

The best way to generate remediation recommendations for failing tests is to execute the test suite and allow the tool to analyze the failures. It automatically generates fix suggestions based on the surfaced errors and assertions.