一键导入
gate-loop-orchestrator
通用 Gate 循环门禁机制。触发词:/gate-loop、gate循环、门禁循环、phase gate。自动检索本地 review skill/subagent,失败自动修复并复检,Gate 通过后自动提交。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
通用 Gate 循环门禁机制。触发词:/gate-loop、gate循环、门禁循环、phase gate。自动检索本地 review skill/subagent,失败自动修复并复检,Gate 通过后自动提交。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gate-loop-orchestrator |
| description | 通用 Gate 循环门禁机制。触发词:/gate-loop、gate循环、门禁循环、phase gate。自动检索本地 review skill/subagent,失败自动修复并复检,Gate 通过后自动提交。 |
用于把“Phase -> Gate -> Fail 修复 -> Re-Gate -> Pass Commit -> Next Phase”固化为可复用流程。
/gate-loop先执行:
bash ~/.claude/skills/gate-loop-orchestrator/scripts/discover_review_resources.sh
检索优先级:
review / audit)requesting-code-review)explorer subagentbash ~/.claude/skills/gate-loop-orchestrator/scripts/main.sh init \
--repo /abs/repo \
--todo /abs/path/todo.md \
--gate /abs/path/gates.md \
--phase-start 1 \
--phase-end 8
phase_gate_commit.sh)并推进下一个 phasebash ~/.claude/skills/gate-loop-orchestrator/scripts/phase_gate_commit.sh \
--repo /abs/repo \
--message "round-N: pass gate-N" \
--files file1 file2 ...
模板文件:
~/.claude/skills/gate-loop-orchestrator/templates/gate-record.md可用脚本追加记录:
bash ~/.claude/skills/gate-loop-orchestrator/scripts/write_gate_record.sh \
--gate-file /abs/path/gates.md \
--phase 3 \
--status PASS \
--decision "Gate Decision: PASS" \
--critical 0 --major 0 --minor 1 \
--must-fix "无" \
--evidence "path:line"
phase-start..phase-end 对应 gate 全部 PASSTechnology scouting and evaluation for tools, frameworks, libraries, and technical approaches. Use when users need to evaluate technology options, compare frameworks, assess technical feasibility, scout emerging technologies, or make build-vs-buy decisions. Produces structured comparison matrices with objective criteria scoring.
使用 Semantic Scholar API 检索和验证学术论文。支持并发多关键词搜索、批量 ID/DOI 查询、引用分析、批量补全摘要、统一 Markdown 导出。覆盖 2.14 亿+ 学术论文,无需 API Key 即可使用。触发词:论文检索、论文验证、Semantic Scholar、S2 搜索、查论文、补全摘要、导出MD
中文/英文写作风格迁移与错误记忆工作流。适用于论文、学位论文、报告等场景,提供 style profile、error log、长期记忆与多智能体写作闭环。
Use when user sends /skill复盘 or /迭代清单, or asks to review skill usage and iteration suggestions from the current conversation.
汇总所有 Claude Code Skills 的目录与使用指南,支持检查 GitHub 更新。触发词:/skills、技能目录、skill列表、有哪些技能、检查更新
[由 collaborating-hub 路由] Codex CLI 后端实现。直接使用请通过 /collab 或 /codex 触发 collaborating-hub。