dummy-pass

Load a minimal Skill fixture for green-path ATDD workflow tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/o3-ozono/atdd-kit --skill dummy-pass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dummy-pass
Source: https://github.com/o3-ozono/atdd-kit/tree/main/tests/fixtures/skill-fix/dummy_skill_pass
Command: npx skills add https://github.com/o3-ozono/atdd-kit --skill dummy-pass

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a minimal, verified Skill unit used for green-path testing in skill-fix workflows.

Core Features & Use Cases

  • Lightweight, deterministic fixture for ATDD workflow validation.
  • Serves as a controlled test target to exercise activation, metadata parsing, and safe execution.
  • Useful for validating error handling, dependencies, and integration with the test harness.

Quick Start

Activate the dummy-pass skill in your test suite to confirm green-path success.

Frequently Asked Questions about dummy-pass

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

FAQPage Schema
What is a green-path fixture in ATDD workflow testing?

A green-path fixture in ATDD workflow testing is a minimal, validated Skill unit used to exercise successful automated activation, metadata parsing, and safe execution without triggering destructive actions.

How do I validate skill frontmatter parsing and safe activation in a test harness?

You validate skill frontmatter parsing and safe activation by loading a deterministic fixture that exercises automated activation, verifies content presence, and confirms non-destructive execution with no external dependencies.

Do I need external dependencies to run ATDD green-path tests for skill fixtures?

No, you do not need external dependencies beyond the test harness itself to run ATDD green-path tests, as the fixture operates non-destructively with zero external requirements.

Can I use a minimal skill fixture to test error handling and integration?

Yes, you can use a minimal skill fixture to test error handling and integration by serving it as a controlled test target for validating dependencies and test harness behavior during green-path success.

When should I use a deterministic fixture for ATDD workflow validation?

Use a deterministic fixture for ATDD workflow validation when you need to confirm green-path success by exercising automated activation, basic metadata extraction, and safe execution in a controlled test environment.