test-skill

Execute a deterministic test workflow for unit testing agentic systems.

26|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hatch3r/hatch3r --skill test-skill-hatch3r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/hatch3r/hatch3r/tree/main/src/__tests__/fixtures/agents/skills/test-skill
Command: npx skills add https://github.com/hatch3r/hatch3r --skill test-skill-hatch3r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you validate that an agentic workflow executes correctly during unit testing, ensuring the expected sequence of actions runs reliably.

Core Features & Use Cases

  • Step-by-step test workflow: Runs through a simple, deterministic sequence to verify orchestration behavior in tests.
  • Workflow documentation: Provides clear example steps that can be asserted against in a testing harness.
  • Use Case: Use this in a fixtures-based unit test to confirm your system loads the skill entry point and processes its instruction body as intended.

Quick Start

Ask the agent to execute the test-skill workflow and list the completed steps in order.

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I run unit tests for agent orchestration workflows?

Unit testing agent orchestration involves running a deterministic sequence of steps to verify expected actions execute reliably. This skill provides a fixture-based workflow to confirm your system loads the entry point and processes instructions correctly.

What is fixture-based skill loading for workflow execution checks?

Fixture-based skill loading is a unit testing method where a deterministic workflow validates that your system loads a skill entry point and processes its instruction body. It ensures orchestration behavior runs reliably by asserting completed steps against a testing harness.

How do I validate agent workflow execution in a coding tool setup?

You validate agent workflow execution by asking the agent to run a deterministic test workflow and list completed steps in order. This confirms the orchestration behavior executes correctly across your coding tool setups using fixture-based verification.

Does this workflow testing approach require specific dependencies or components?

No dependencies or components are required to run this workflow testing approach. It operates as a standalone YAML instruction body with an ordered steps section, allowing you to validate agentic system orchestration without external package installations.

What's the best way to assert orchestration verification in unit testing?

The best way to assert orchestration verification is using a deterministic workflow with clear example steps. You assert against these documented steps in a testing harness to confirm your agentic system reliably executes the expected sequence of actions.