用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill spec-orch-mr-closed-loop命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | spec-orch-mr-closed-loop |
| description | >- Use when this capability is needed. |
本 Skill 与 spec-orch-spec-stage 不重复:后者管 Spec 阶段与 CLI 状态机;本 Skill 管 代码合入主线 的闭环。
与 sp-verification-before-completion 互补:后者强调「宣称完成前要有证据」;本 Skill 把 0→5 串成固定节奏,并强制 人工/bot Review 可读性(不能只看 CI)。
main 时。在推送前执行(或项目约定的等价命令):
ruff format / ruff check(或 make lint)mypy(若项目启用)pytest:至少覆盖本次改动相关用例;全量失败时区分 本次引入 vs 环境/既有 flaky禁止:未跑本地检查就推 MR(除非用户明确豁免)。
main 拉最新,建分支 feat/<issue-id>-<slug> 或 fix/...。git push -u origin <branch>,用 gh pr create(或 Web)开 PR,描述里写 测了什么、风险、回滚。gh pr view <n> --comments、gh api 拉 review 评论、CodeRabbit 等 bot 评论。gh pr checks <n> 或 Actions 页:全部通过。main 合并进分支或 rebase,再跑步骤 0 再推。gh pr merge <n> --squash(或团队约定的方式)。| Skill | 关系 |
|---|---|
spec-orch-spec-stage | Spec/问题/批准;不替代 MR 闭环。 |
sp-verification-before-completion | 强调验证证据;本 Skill 的步骤 0 应满足其精神。 |
sp-finishing-a-development-branch | 合并策略与收尾选项;本 Skill 的步骤 4–5 可引用其决策框架。 |
sp-receiving-code-review | 质疑不清的 review;步骤 3 遇到模糊意见时用。 |
任一否 → 先补全再合并。
gh pr create --fill --base main
gh pr checks <PR>
gh pr view <PR> --comments
gh pr merge <PR> --squash --delete-branch
SPEC_ORCH_LINEAR_TOKEN:可用仓库内 LinearClient 脚本或 MCP(若配置)查询;不要把 token 写进 Skill 或日志。Source: fakechris/spec-orch — distributed by TomeVault.