基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ROCm/rocprofiler-systems-skills --skill git命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | git |
| description | Git workflow dispatcher - routes to specialized git skills for commits, PRs, and reviews |
DO NOT use this skill directly. Instead, use one of the specialized git skills below based on the user's request.
git/commit - Create meaningful git commits
~/.claude/skills/git/commit/SKILL.mdgit/prepare-pull-request - Prepare and create pull requests
~/.claude/skills/git/prepare-pull-request/SKILL.mdgit/review-pull-request - Review pull requests with comprehensive checklist
~/.claude/skills/git/review-pull-request/SKILL.mdgit/pull-request-status - Check PR status and CI results
~/.claude/skills/git/pull-request-status/SKILL.mdgit/gh-client - GitHub CLI operations
~/.claude/skills/git/gh-client/SKILL.mdWhen the user requests a git-related task:
If nested skills aren't recognized by Claude Code, you should inform the user that they need to:
| User Request | Route To |
|---|---|
| "commit my changes" | git/commit |
| "create a pull request" | git/prepare-pull-request |
| "review PR #123" | git/review-pull-request |
| "check PR status" | git/pull-request-status |
| "create GitHub issue" | git/gh-client |
Given a TheRock nightly build (URL or run-id), return the rocm-systems pin_sha used in that build
Check whether a given rocm-systems commit is included in a specific TheRock nightly build
Find the first TheRock nightly build that includes a given rocm-systems commit