codex-qa
QA the omo Codex Light edition (lazycodex / packages/omo-codex) itself, in strict isolation so ONLY our plugin is exercised, never the user's real ~/.codex. The first-party method drives the real `codex app-server` against an isolated CODEX_HOME plus a LOCAL mock model (no real API call), and proves a plugin hook fired by asserting hook/started + hook/completed notifications. Also: isolated install verification, per-component hook probes, a tmux TUI smoke, and runtime log observation (RUST_LOG / logs SQLite / /debug-config). Ships tested helper scripts each with a --self-test. Use whenever someone changes anything under packages/omo-codex or wants to QA, smoke-test, verify, or debug the Codex plugin, its hooks/components, the installer/config.toml, the app-server flow, or the Codex TUI. Triggers: codex qa, qa codex, codex-qa, test codex plugin, verify codex hook, codex app-server, lazycodex qa, isolated CODEX_HOME, prove codex hook fired, codex tui test.
适合你,如果你需要安全地测试 Codex 插件改动而不影响真实环境
npx oh-my-skill add code-yeongyu/oh-my-openagent/codex-qacurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/codex-qanpx oh-my-skill verify code-yeongyu/oh-my-openagent/codex-qa怎么用
商店整理自技能原文 · 版本 3ec4afb · 表述以原文为准安装后,Claude 会使用隔离环境对 omo Codex Light 插件进行质量测试,包括验证插件钩子是否触发、安装是否正确、组件钩子是否工作、终端界面是否正常,以及检查运行时日志。所有测试都在独立的 CODEX_HOME 中进行,不会影响用户的真实配置。
当你修改了 packages/omo-codex 下的代码,或者需要测试、验证、调试 Codex 插件、钩子、组件、安装程序、app-server 流程或终端界面时触发。