什么是 request-review?
请求代码审查并将结果路由到 tmux 窗格。默认流程首先提交;可选的选择加入流程可以针对现有提交,而无需提交/推送。 来源:robertmsale/.codex。
请求代码审查并将结果路由到 tmux 窗格。默认流程首先提交;可选的选择加入流程可以针对现有提交,而无需提交/推送。
通过命令行快速安装 request-review AI 技能到你的开发环境
来源:robertmsale/.codex。
Use this skill when an agent needs to request code review and route the result back into a specific tmux pane.
Use a fully qualified stable pane identifier: : . . Avoid window-name-based targets because names can change with the active command. When assigned via $assign-agent, use the exact pane target provided by the orchestrator.
Do not compute pane targets dynamically in worker sessions (for example, do not use tmux display-message to discover pane id for review routing).
请求代码审查并将结果路由到 tmux 窗格。默认流程首先提交;可选的选择加入流程可以针对现有提交,而无需提交/推送。 来源:robertmsale/.codex。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/robertmsale/.codex --skill request-review请求代码审查并将结果路由到 tmux 窗格。默认流程首先提交;可选的选择加入流程可以针对现有提交,而无需提交/推送。 来源:robertmsale/.codex。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/robertmsale/.codex --skill request-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/robertmsale/.codex