用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NVIDIA/Megatron-LM --skill respond-to-issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
CI/CD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request/BRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.
Refresh golden values from a GitHub Actions workflow run (failing-only or all jobs), calculate signed per-model percentage changes, and produce a PR-ready summary. Use when the user asks to update goldens for a CI run, refresh golden values from a workflow ID, or generate a golden-value diff summary for a PR description.
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
基于 SOC 职业分类
正在显示 SKILL.md
| name | respond-to-issue |
| description | Research and draft a response to a GitHub issue or question from an external contributor. |
| when_to_use | User shares a GitHub issue URL or asks to respond to a community question; 'respond to this issue', 'draft a reply', 'answer this GitHub question'. |
| user_invocable | true |
| argument | <github-issue-url-or-number> |
Help a maintainer draft a high-quality response to a GitHub issue from an external contributor.
gh issue view <number> --repo NVIDIA/Megatron-LM --json title,body,comments,labels,state.git log --oneline -20 -- <relevant-files> to see if there have been recent changes that address or relate to the issue.git log -S "<symbol>" --oneline to trace when code was added or removed — this is especially useful for questions about unused/deprecated code or missing features.gh pr list --repo NVIDIA/Megatron-LM --search "<keywords>" --limit 5.Before including specific details in the response, verify them:
git show <hash> --stat).Write a response that:
If the issue identifies something cleanly actionable (dead code to remove, a small bug fix, a missing feature), tell the maintainer and offer to create a branch and PR to address it — don't just draft a comment.
Show the drafted response to the user (the maintainer) for review. Do NOT post it to GitHub automatically. The maintainer will decide whether to post it, edit it, or ask for changes.
Format the draft as a quoted markdown block so it's easy to copy.
gh issue list --repo NVIDIA/Megatron-LM --search "<keywords>" --limit 5.