test-generation

Identify technology stacks and generate prioritized integration and API test plans.

5|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/d4rkNinja/code-guardian --skill test-generation-d4rkninja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-generation
Source: https://github.com/d4rkNinja/code-guardian/tree/main/testcases-workspace/skills
Command: npx skills add https://github.com/d4rkNinja/code-guardian --skill test-generation-d4rkninja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies technology stacks and delegates to specialized testing sub-skills for creating high-quality integration and API tests across projects.

Core Features & Use Cases

  • Stack discovery and technology stack mapping for multi-language codebases
  • Phase-driven test generation (Discovery, Scope Prioritization, Test Type Selection, Documentation)
  • AAA-pattern test templates across API, service, and integration tests with automated documentation

Quick Start

Use the test-generation skill to identify a project's stack, prioritize testable components, and generate a starter suite of integration and API tests with documentation.

Frequently Asked Questions about test-generation

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

FAQPage Schema
How do I generate integration tests for a multi-language codebase?

To generate integration tests for a multi-language codebase, this skill discovers the technology stack, prioritizes testable components, and outputs AAA-pattern test templates. It maps multi-tier architectures to produce a prioritized test plan.

What is the best way to automate API test generation across different tech stacks?

Automating API test generation across stacks requires identifying the specific technology stack first, then delegating to specialized testing frameworks. This skill produces AAA-pattern API test templates and reference guides for multi-tier architectures.

Can I use automated test generation for multi-tier architecture documentation?

Yes, you can use automated test generation for multi-tier architecture documentation. The skill organizes outputs into test-reports and reference guides while applying a phase-driven process covering Discovery, Scope Prioritization, and Test Type Selection.

Does test automation work with multi-stack projects requiring unit and integration tests?

Test automation works with multi-stack projects by discovering the technology stack and generating a prioritized test plan. It applies to multi-language codebases needing both integration and API tests with AAA-pattern templates.

How does stack discovery work when generating a prioritized test plan?

Stack discovery works by identifying the technology stack within a multi-language codebase to map multi-tier architectures. It then prioritizes testable components to produce phase-driven test coverage and AAA-pattern test templates.

Are there limitations to generating test templates for undocumented codebases?

The skill requires identifying the technology stack and testable components to generate AAA-pattern test templates. While it produces reference guides and test-reports, heavily undocumented multi-language codebases may limit the accuracy of stack discovery and scope prioritization.