codex-comm

Bridge Codex CLI with client apps for single-turn and multi-turn interactions.

319|74|Updated May 17, 2025
One-click install
npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill codex-comm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-comm
Source: https://github.com/m-xlsea/ruoyi-plus-soybean/tree/main/.claude/skills/codex-comm
Command: npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill codex-comm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Codex CLI通信层提供一个稳定的、可扩展的桥接层,使应用程序能够通过 exec、resume 和 serve 模式与 Codex 进行高效、上下文感知的交互,同时具备敏感信息滤除和自动降级能力。

Core Features & Use Cases

  • 支持单轮执行(exec)、多轮会话(resume)和 HTTP 服务端口(serve)等工作模式。
  • 会话管理与并发保护:resumeSession、generateReviewId,保持上下文与避免冲突。
  • 敏感信息过滤与安全降级:对输入中的敏感字段进行 REDACT,Codex 不可用时自动降级执行。
  • 健康检查与可靠性:健康检查、自动启动 Codex 服务,确保稳定性。

Quick Start

Install Codex CLI and call execMode with your initial prompt to start a single-turn review.

Frequently Asked Questions about codex-comm

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

FAQPage Schema
How do I maintain conversation context across multi-turn AI-assisted code review sessions?

To maintain context across multi-turn AI-assisted code review sessions, use resume mode. It manages session IDs and applies concurrency protection to preserve conversation history and prevent conflicts.

How does sensitive data redaction work in Codex communication workflows?

Sensitive data redaction in Codex communication workflows filters confidential fields from input prompts. It applies REDACT flags to sensitive information before transmission to ensure security during AI interactions.

Can I run Codex interactions as an HTTP service for automation pipelines?

Yes, you can run Codex interactions as an HTTP service using serve mode. This exposes a port for local and server environments, enabling automated AI-assisted debugging and review pipelines.

What happens when Codex is unavailable during an automated code review?

When Codex is unavailable during an automated code review, the system executes a safe fallback. It automatically degrades execution to maintain workflow stability without crashing the pipeline.

How do I check Codex service health for AI-assisted coding workflows?

To check Codex service health for AI-assisted coding workflows, use the built-in health check feature. It monitors availability and automatically starts the Codex service to ensure reliable execution.