with one click
delegate
使用这个技能,把工作委派给当前 tmux 会话中的独立交互式 AI Agent TUI 会话。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用这个技能,把工作委派给当前 tmux 会话中的独立交互式 AI Agent TUI 会话。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
解释并编写 OpenAI Codex `/goal` 功能的有效指令——持久的自检代理循环(计划 → 执行 → 测试 → 复查 → 迭代)。当用户提到 Codex `/goal`、“goal loop”、“Ralph loop”,想启动一次长期运行的自主 Codex 任务,询问如何编写 goal 提示,或想草拟一段 goal 指令时使用。
在实现前对计划或设计做高强度决策访谈。用于用户要求 grill、grilling、压力测试方案,或希望逐项对齐产品与架构决策时。
运行极其严格的可维护性审查,重点检查抽象质量、超大文件、意大利面式条件增长、重复逻辑、低价值测试和有意义的清理机会。用于 thermo-nuclear code quality review、thermonuclear maintainability review、深度代码质量审计、针对变更代码或测试代码的 cleanup/fix 请求、复用检查、垃圾测试清理,或特别严格的可维护性审查。
对当前分支改动做全面的安全性与正确性审查。用于 thermo nuclear、thermonuclear、深度 review、分支或 PR diff 审计,重点检查 bug、破坏性变更、安全漏洞、开发体验回退、feature gate 泄漏、测试可靠性和虚假测试信心。
并行运行两个热核级审查流程,然后综合它们的发现。用于用户明确要求 thermos、double thermo review、两个 thermo reviewer、并行 review agent,或同时覆盖 bug、安全问题、测试可靠性与代码质量的分支审计。
Apple Human Interface Guidelines reference (Updated for OS 27 releases). Provides authoritative platform-specific design rules, component specifications, exact measurements, and interaction patterns for iOS, iPadOS, macOS, tvOS, visionOS, and watchOS. Use when designing, reviewing, or auditing any Apple platform UI, or when asked about specific HIG components, sizing, system behaviors, frameworks (HealthKit, SiriKit, ARKit, etc.), or platform conventions. Also use when the user is designing any digital interface and could benefit from established design principles, even without an explicit Apple platform context.
| name | delegate |
| description | 使用这个技能,把工作委派给当前 tmux 会话中的独立交互式 AI Agent TUI 会话。 |
codex ...,不要使用 codex exec ...。如果当前不是 codex,则选择相似命令,如 opencode 场景下使用 opencode --prompt ...,避免 opencode run ... 这类用于一次性任务的命令。/tmp 下的交接文件。tmux display-message -p '#S'
如果命令失败,说明当前不在 tmux 会话中。此时只问一个简短问题:是创建新的 tmux 会话,还是改用普通 spawn subagent 类工具。
对每条被委派的工作线程,在当前 tmux 会话中新建一个交互式窗口:
tmux new-window -t '<session>:' -n '<short-name>' -c '<workspace>' "opencode --prompt '<self-contained prompt>'"
使用稳定、简短的窗口名,例如 run-lifecycle、flue-events、api-design 或 review-fix。
如果之前误创建了分离式委派会话,也就是错误的新 tmux 会话,应先清理掉,再创建正确的窗口:
tmux kill-session -t '<wrong-session>' 2>/dev/null
每个提示词(即命令中的 ... 部分)使用下面这种结构:
<实现|调研|讨论|审查> <具体任务>,工作目录:<workspace>。
背景:<简要说明当前状态、关键信息、相关未提交改动,或已经做出的决策>。
先阅读:<重要的本地文件和参考仓库>。
限制条件:<包管理器要求、仅讨论时不要改代码、代码风格规则、安全限制等>。
预期结果:<希望被委派会话产出什么内容,或完成什么修改>。
验证方式:<需要运行的命令;如果只是讨论任务,则说明无需验证>。
tmux new-window 调用;只有在必须指向同一个当前会话时,才可以把多个调用串联起来。opencode run。tmux new-session -d。