unit test skill

Generate unit test files with skeletons, scenarios, and mocks.

Updated Oct 23, 2025
One-click install
npx skills add https://github.com/ApexSigma-Solutions/omega_kg --skill unit-test-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unit test skill
Source: https://github.com/ApexSigma-Solutions/omega_kg/tree/main/.factory/Skills/unit_tests
Command: npx skills add https://github.com/ApexSigma-Solutions/omega_kg --skill unit-test-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically generates comprehensive unit tests that align with your project's conventions, ensuring high coverage and robust behavior.

Core Features & Use Cases

  • Test Skeletons & Scenarios: Create tests for happy paths, edge cases, and error handling.
  • Framework Adaptability: Produce tests using the project's chosen framework (e.g., pytest, Jest).
  • Mocking & Isolation: Stub external dependencies to keep tests fast and deterministic.

Quick Start

Provide the function or module to test; the Skill will generate a complete test file following your project's conventions.