Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill codex-bridge명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.