用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill codex-bridge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | codex-bridge |
| description | > Use when this capability is needed. |
Route user requests to the appropriate Codex command. Commands handle context collection, prompt composition, and result analysis autonomously.
read-only. Only use workspace-write on explicit user request.--dangerously-bypass-approvals-and-sandbox, --full-auto, --sandbox danger-full-accessClassify the user's request and invoke the matching command. When the intent is ambiguous (e.g., "codex check this"), look at conversation context — if the user was just editing code and has uncommitted changes, lean toward review; otherwise default to general task.
/codex-bridge:codex-reviewTrigger when the request is about reviewing code changes, diffs, commits, or PRs.
Keywords: review, 审查, check changes, 看看改动, code review, PR review, diff review, check my code, 看看代码
Examples:
/codex-bridge:codex-review/codex-bridge:codex-review/codex-bridge:codex-review main/codex-bridge:codex-review HEADPass any branch name, commit SHA, or review instructions as arguments.
/codex-bridge:codexTrigger for all other requests: analysis, verification, second opinion, document review, task delegation.
Keywords: analyze, verify, explain, compare, delegate, check, 分析, 验证, 看看, 帮忙看
Examples:
/codex-bridge:codex "分析...的错误处理"/codex-bridge:codex "analyze the auth implementation"/codex-bridge:codex "review the security of this plugin"Pass the user's full request as the argument. The command will resolve context and compose the prompt.
When the user's intent could match either command:
references/usage-patterns.md — Detailed prompt templates for each usage patternscripts/codex-exec.sh — Standalone wrapper for direct terminal use outside of Claude Code (commands invoke Codex CLI directly)Converted and distributed by TomeVault — claim your Tome and manage your conversions.