consumer-fixture

Detect missing field-name tokens in cross-skill handoff workflows.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/charleshall888/cortex-command --skill consumer-fixture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consumer-fixture
Source: https://github.com/charleshall888/cortex-command/tree/main/tests/fixtures/skill_design/handoff_rename/skills/consumer-fixture
Command: npx skills add https://github.com/charleshall888/cortex-command --skill consumer-fixture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This fixture demonstrates how the system detects a missing field-name token in a consumer handoff scenario, enabling robust validation in cross-skill workflows. It is not a functional skill but a test artifact to verify detection logic.

Core Features & Use Cases

  • Validation: exercises cross-skill handoff validation by omitting the field-name token to trigger a failure path.
  • Test Artifact: serves as a controlled input for test suites that ensure proper error reporting and safety checks.
  • Use Case: used in test suites to confirm that consumer-facing prose must declare required tokens in partner schemas.

Quick Start

Run a test suite to exercise the missing-field-name path using this fixture.

Frequently Asked Questions about consumer-fixture

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

FAQPage Schema
How do I validate cross-skill handoff workflows for missing field-name tokens?

Cross-skill handoff validation is performed by running a test fixture that checks consumer prose for required field-name tokens. This fixture omits the token to trigger and verify failure paths in automated test suites.

What is a consumer fixture in cross-skill handoff validation?

A consumer fixture is a controlled test artifact, not a functional skill, used to exercise cross-skill validation logic. It verifies that consumer skills properly declare required field-name tokens when referencing partner schemas.

How do I test missing-field-name errors in CI pipelines?

You test missing-field-name errors in CI pipelines by integrating this fixture into your automated test suites. It triggers the failure path to confirm your detection logic properly flags omitted field-name tokens during consumer skill integration.

Do I need external dependencies to run cross-skill handoff validation fixtures?

No external runtime dependencies are required to run cross-skill handoff validation fixtures. They operate using only local repository fixtures to validate that consumer prose includes the declared field-name token.

Can I use this fixture to verify safety checks for partner schemas?

Yes, you can use this fixture to verify safety checks for partner schemas. It serves as a controlled input for test suites to ensure proper error reporting when consumer-facing prose fails to declare required tokens.

Why does cross-skill handoff validation fail when a field-name is missing?

Cross-skill handoff validation fails because the consumer-facing prose must explicitly declare required field-name tokens from partner schemas. This fixture deliberately omits the token to trigger and test that specific failure path.