codex-missing-agents-yaml

Generate the codex_missing_agents.yaml fixture for missing-agent test scenarios.

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/poisontr33s/chthonic-archive --skill codex-missing-agents-yaml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-missing-agents-yaml
Source: https://github.com/poisontr33s/chthonic-archive/tree/main/codex/mailbox/archive/2026_02_10_meta_cleanup/.tmp_fixture_eval/codex_missing_agents_yaml
Command: npx skills add https://github.com/poisontr33s/chthonic-archive --skill codex-missing-agents-yaml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fixture ensures codex mailbox archive has a missing agents YAML scenario for tests, enabling validation of fallback handling.

Core Features & Use Cases

  • Validates presence of an agents YAML fixture and provides a predictable test target for YAML loading.
  • Enables regression tests around missing-agent scenarios in codex data ingestion.

Quick Start

Generate or supply the codex_missing_agents.yaml fixture to satisfy the test harness.

Frequently Asked Questions about codex-missing-agents-yaml

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

FAQPage Schema
How do I test missing agents YAML scenarios in a data ingestion pipeline?

To test missing agents YAML scenarios, you apply a missing-agent fixture that supplies a predictable target for YAML loading. This enforces a consistent fixture schema and handles file absence gracefully in your regression tests.

What is a missing-agent YAML fixture used for in testing?

A missing-agent YAML fixture is used to validate fallback handling when the agents YAML file is absent. It ensures your codex mailbox archive tests can consistently verify behavior for missing-agent scenarios.

How do I generate a codex missing agents YAML fixture for my test harness?

You generate or supply the codex_missing_agents.yaml fixture file to satisfy the test harness. This provides a standardized test target for validating YAML loading and fallback behavior in missing-agent scenarios.

Does this missing-agent fixture work with existing data ingestion pipelines?

Yes, the missing-agent fixture works with data ingestion pipelines by validating the presence of an agents YAML file and providing a predictable test target. It handles absence gracefully to support regression tests around missing-agent scenarios.

Why does my test harness fail when the agents YAML file is absent?

Your test harness fails because it lacks a missing-agent YAML fixture to supply a predictable test target for YAML loading. Applying a consistent fixture schema ensures fallback handling is validated gracefully during absence.