test

Detect test frameworks, generate tests, and run suites with failure analysis.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill test-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/mkurman/tamux/tree/main/skills/gsd-2/skills/test
Command: npx skills add https://github.com/mkurman/tamux --skill test-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating and running tests across codebases is time-consuming and error-prone; this skill automatically detects the project’s test framework, generates missing tests for source files, and executes existing test suites with failure analysis to accelerate quality assurance.

Core Features & Use Cases

  • Auto-detects the test framework for the project and suggests an appropriate testing strategy.
  • Generates tests for source files to improve coverage with minimal changes.
  • Runs existing test suites and analyzes failures to provide actionable insights and guidance.

Quick Start

Ask the AI to detect the test framework, generate tests for touched files, and run the test suite.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate tests for source files in Node, Python, Go, or Rust?

To generate tests for source files, the skill auto-detects your project's test framework across Node, Python, Go, and Rust ecosystems, then creates tests with minimal changes to improve coverage.

How does auto-detection work for existing test frameworks?

Test framework auto-detection works by analyzing your project configuration and tooling to identify the correct testing strategy, then applying appropriate mocks for external dependencies.

Can I run existing test suites and get actionable failure analysis?

Yes, you can run existing test suites to receive concise results and actionable failure reports that diagnose failures and provide guidance for fixing issues.

What's the best way to improve test coverage across a multi-language codebase?

The best way to improve test coverage is to generate missing tests for touched source files across supported ecosystems, using auto-detected frameworks and mocks for external dependencies.

Do I need to manually configure mocks for external dependencies when generating tests?

No, you do not need to manually configure mocks; the skill automatically uses mocks for external dependencies during test generation to ensure accurate and isolated test runs.

Why are my generated tests failing to run with my current project configuration?

Generated tests may fail if the project configuration analysis incorrectly detects the test framework, leading to mismatched tooling; review the failure analysis report to diagnose and fix configuration mismatches.