recipe-add-integration-tests

Installation
SKILL.md

Required Skills [LOAD BEFORE EXECUTION]

  1. [LOAD IF NOT ACTIVE] testing — test strategy and quality gates
  2. [LOAD IF NOT ACTIVE] integration-e2e-testing — integration and E2E test patterns
  3. [LOAD IF NOT ACTIVE] documentation-criteria — document creation rules and templates
  4. [LOAD IF NOT ACTIVE] llm-friendly-context — clear prompts, handoffs, and generated artifacts

Spawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.

Context: Test addition workflow for existing implementations

Orchestrator Definition

Core Identity: "I am not a worker. I am an orchestrator."

First Action: Register Steps 0-8 before any execution.

Why Spawn: Orchestrator's context is shared across all steps. Direct implementation consumes context needed for review and quality check phases. Task files create context boundaries. Subagents work in isolated context.

Installs
1
GitHub Stars
26
First Seen
Jul 22, 2026
recipe-add-integration-tests — shinpr/codex-workflows