test

Detect the active test framework and generate tests for changed source files.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill test-qdzsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/test
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill test-qdzsh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and manage software tests by auto-detecting the existing framework, creating comprehensive tests for new or changed code, and executing test suites with failure analysis.

Core Features & Use Cases

  • Detects test framework and conventions across languages
  • Generates tests for source files based on project patterns
  • Runs existing test suites and analyzes failures to guide fixes
  • Identifies coverage gaps and suggests where tests are needed

Quick Start

Detect the project's test framework and automatically generate or run tests for the current changes.

Frequently Asked Questions about test

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

FAQPage Schema
How do I auto-generate unit tests for changed source files?

The tool detects your project's active test framework and conventions, then automatically generates unit tests for changed source files while aligning with existing code styles.

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

Yes, the tool executes your existing test suites and analyzes failures, providing specific guidance to help you debug and resolve the identified test issues.

What is the best way to identify test coverage gaps in my project?

Identifying test coverage gaps involves analyzing source files against existing tests to suggest specific areas where additional test generation is needed to ensure comprehensive quality assurance.

Does test generation work with any framework detection across languages?

Test generation supports framework detection across multiple languages by identifying your project's specific test setup and conventions to ensure newly generated tests match your environment.

How do I ensure generated tests match my project's existing testing conventions?

The tool auto-detects your project's active test framework and style patterns, then aligns all newly created tests to strictly follow those exact established testing conventions.