test

Discover, execute, and generate tests for changed files across frameworks.

Updated Jul 27, 2025
One-click install
npx skills add https://github.com/TheCactusBlue/nixfiles --skill test-thecactusblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/TheCactusBlue/nixfiles/tree/main/.claude/skills/test
Command: npx skills add https://github.com/TheCactusBlue/nixfiles --skill test-thecactusblue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes how you discover, run, and scaffold tests, eliminating manual test management and speeding feedback.

Core Features & Use Cases

  • Automated discovery of tests across languages and frameworks.
  • Targeted test execution for changed files to speed up feedback.
  • Test scaffolding and generation guidance when tests are missing, based on existing patterns.

Quick Start

Run the test workflow on your repository to identify changed files, locate corresponding tests, and execute the targeted test suite.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate test execution for changed files only?

Automate test execution by detecting modified files in your repository, mapping them to corresponding test suites, and running targeted CLI commands to report results.

What test frameworks are automatically detected during test discovery?

Test discovery automatically detects frameworks like Jest, PyTest, and others by relying on conventional test config files and standard CLI tools across multi-language projects.

Can I generate test scaffolding when tests are missing?

Yes, you can generate test scaffolding when tests are missing. The Skill provides test generation guidance based on existing patterns to standardize test creation and speed up development.

Does this test automation tool work with multi-language codebases?

Yes, this test automation tool works with multi-language codebases by using conventional test config files and standard CLI tools to locate and run tests across various frameworks.

What is the best way to run targeted tests for recently modified code?

The best way to run targeted tests for modified code is to use a workflow that identifies changed files, locates their corresponding tests via config files, and executes the targeted suite.