relay-stack-playbook

Coordinate debugging and operational tasks across the relay stack for Codex Feishu integration.

289|39|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kxn/codex-remote-feishu --skill relay-stack-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay-stack-playbook
Source: https://github.com/kxn/codex-remote-feishu/tree/main/.codex/skills/relay-stack-playbook
Command: npx skills add https://github.com/kxn/codex-remote-feishu --skill relay-stack-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a structured playbook for debugging and coordinating changes across the relay stack, including Codex app-server protocol translation, relayd, relay-wrapper, Feishu bot integration, and VS Code remote integration, to ensure consistent behavior and faster fault diagnosis.

Core Features & Use Cases

  • Structured change order and validation steps to prevent cross-layer regressions.
  • Clear guidance for per-layer responsibilities: wrapper, server/orchestrator, and Feishu gateway.
  • Actionable checks and failure-mode guidance for common relay-stack scenarios.

Quick Start

Collect diagnostics and review runtime state to begin relay-stack debugging.

Frequently Asked Questions about relay-stack-playbook

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

FAQPage Schema
How do I debug missing replies in the Feishu relay stack?

To debug missing Feishu replies, collect runtime diagnostics and trace the protocol across relayd, relay-wrapper, and the Feishu gateway to isolate per-layer responsibilities and pinpoint the failure.

What is the correct execution order for validating relay-stack changes?

The correct execution order for validating relay-stack changes involves a structured change sequence with per-layer checks across the wrapper, server orchestrator, and Feishu gateway to prevent cross-layer regressions.

How does VS Code remote integration work with the relay-wrapper?

VS Code remote integration works with the relay-wrapper by routing thread execution through relayd, requiring protocol tracing and runtime evidence gathering to verify the connection and identify common failure modes.

Can I use this playbook to trace thread routing issues in relayd?

Yes, you can use this playbook to trace thread routing issues in relayd by following its specified validation steps and operational checks designed for runtime evidence gathering and protocol tracing.

Why does my Feishu bot integration fail after updating the relay stack?

Feishu bot integration may fail after a relay stack update due to cross-layer regressions, requiring you to review per-layer responsibilities and execute the playbook's structured validation steps to locate the fault.