source-command-promote-experiment
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
把项目级实验提升为跨项目插件并保留审查流程
▸ 风险提示
会在目标仓库开 PR,涉及代码提交/发布权限
这个 Skill 做什么
将本地实验性技能推广到插件仓库并自动打开 PR(需确认)
把本地做好的实验性技能自动推到 build-loop 的插件仓库并发起 PR,让它能被所有项目复用,但会先要求你确认再提交。适合把在单个项目验证过、想推广成全局插件的实验产物上链时用。它会生成可审阅的 PR 且保留人工把关,避免一键就全局生效。
▸ 展开 SKILL.md 英文原文
Promote an auto-promoted experimental skill or agent from project-local `.build-loop/skills/active/` into the build-loop plugin repo, making it available across every project. Requires user confirmation and opens a PR on the plugin repo for review.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/.agents/skills/source-command-promote-experiment/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/.agents/skills/source-command-promote-experiment/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# source-command-promote-experiment Use this skill when the user asks to run the migrated source command `promote-experiment`. ## Command Template <!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # /build-loop:promote-experiment <name> Promote a proven experimental artifact into the build-loop plugin itself. This is the manual, user-approved counterpart to Phase 6 Learn's auto-promote — which stays local to the project. Cross-project promotion modifies the plugin repo and affects every user, so it is never automatic. ## Prerequisites 1. The artifact must exist at `.build-loop/skills/active/<
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有