소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.