用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill git-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | git-workflow |
| description | > Use when this capability is needed. |
Manage the git workflow for this project. Follow these conventions strictly. Classify the requested workflow, then read only the matching reference file(s).
| User intent | Load |
|---|---|
| Create branch or commits | reference/branch-and-commit.md |
| Push committed changes without PR creation | reference/branch-and-commit.md |
| Create a new PR | reference/pr-creation.md; also load reference/branch-and-commit.md if creating or checking commits |
| Push follow-up commits to an existing PR | reference/pr-follow-up.md; also load reference/branch-and-commit.md if creating or amending commits |
| PR was merged or cleanup requested | reference/post-merge-cleanup.md |
For "push changes" requests, check whether the current branch already has an open PR. If it does, use the PR follow-up route; otherwise, use the standalone push route.
Do not load every reference file by default. Load the smallest set that covers the user's request.
Source: asizikov-demos/copilot-user-level-statistics-viewer — distributed by TomeVault.