test

Generate unit and integration tests covering success, validation, and service error paths.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/g-zenr/relay-api --skill test-g-zenr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/g-zenr/relay-api/tree/main/.claude/skills/test
Command: npx skills add https://github.com/g-zenr/relay-api --skill test-g-zenr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of writing comprehensive tests for code modules and features, ensuring high-quality and robust software.

Core Features & Use Cases

  • Automated Test Generation: Writes tests based on specified code modules or features.
  • Adherence to Standards: Follows specific testing methodologies and conventions (e.g., Priya Sharma's workflow).
  • Edge Case Handling: Explicitly considers and tests for various edge cases and error conditions.
  • Use Case: When a new API endpoint is developed, this Skill can be used to generate a full suite of tests covering success, validation, and service error paths.

Quick Start

Use the test skill to write comprehensive tests for the user authentication module.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate comprehensive unit and integration tests for a new API endpoint?

To generate comprehensive unit and integration tests, specify the code module or feature to the Skill. It then automatically writes a full test suite covering success, validation error, and service error paths to ensure software robustness.

What is three-path testing and how does it apply to automated test generation?

Three-path testing involves explicitly covering success, validation error, and service error conditions. This automated test generation adheres to this standard by creating specific assertions for each path, ensuring robust code quality and edge case handling.

Can I use this to write integration tests for specific code modules without setting up dependencies?

Yes, you can generate integration tests for specified code modules without setting up dependencies. The Skill operates independently to analyze your features and produce test suites that adhere to defined testing standards and edge case considerations.

What is the best way to handle edge cases and error conditions in software testing?

The best way to handle edge cases and error conditions is to automate test creation using defined testing standards. This Skill explicitly considers various edge cases and generates specific assertions to validate error paths and ensure high-quality software.

Does automated test generation work for both unit tests and integration tests?

Automated test generation works for both unit and integration tests. It writes comprehensive test suites for specified code modules, adhering to specific testing methodologies and ensuring robust software development through complete path coverage.