dummy-script

Execute a predefined script path to validate exec_script dispatch routing in tests.

12|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/apokamo/kaji --skill dummy-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dummy-script
Source: https://github.com/apokamo/kaji/tree/main/tests/fixtures/skills/dummy-script
Command: npx skills add https://github.com/apokamo/kaji --skill dummy-script

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill is a fixture used in tests to simulate the exec_script dispatch path within the launch harness, enabling deterministic behavior in test runs.

Core Features & Use Cases

  • Fixture for exec_script dispatch testing within the harness.
  • Minimal activation context to exercise script routing to a dummy module in controlled test scenarios.
  • Use Case: Validate that the harness correctly invokes the module specified by exec_script and handles expected outcomes.

Quick Start

Trigger the skill in a test harness to execute the dummy.module path defined by exec_script.

Frequently Asked Questions about dummy-script

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

FAQPage Schema
What is an exec_script fixture used for in a testing harness?

An exec_script fixture simulates script dispatch routing within a testing harness to validate deterministic behavior. It provides a minimal activation context to verify that the harness correctly invokes the specified external module path and handles expected outcomes.

How do I test deterministic script dispatch routing in my automation suite?

To test deterministic script dispatch routing, trigger a fixture Skill in your test harness that declares an exec_script path in its frontmatter. This executes a predefined dummy module path, allowing you to verify deterministic behavior and error handling.

Do I need to declare an exec_script path to use this testing fixture?

Yes, you must declare an exec_script path in the frontmatter to use this testing fixture. This declaration is required to provide the minimal activation context necessary for the harness to execute and route to the predefined dummy module.

How does a dummy script validate error handling in test suites?

A dummy script validates error handling by executing a predefined module path via the exec_script field. This allows test suites to simulate dispatching to external modules, verifying that the testing harness correctly manages and handles expected outcomes and errors.

Can I use this fixture to simulate dispatching to external modules?

Yes, you can use this fixture to simulate dispatching to external modules. It applies in test suites that need to exercise script routing to an external dummy module, ensuring the harness invokes the module specified by exec_script deterministically.