Test Framework Detector
Installation
SKILL.md
Test Framework Detector
Purpose
Automatically identify which test framework(s) a project uses by examining:
- Package manifests (package.json, requirements.txt, Gemfile, *.csproj)
- Test configuration files (jest.config.js, pytest.ini, spec_helper.rb, xunit.runner.json)
- Directory structure and naming conventions
Usage
This skill is invoked by agents (like deep-debugger) when they need to determine which test framework to use for test generation or execution.
Detection Script
Run the detection script with the project path: