Research and draft a response to a GitHub issue or question from an external contributor. Use when the user shares a GitHub issue URL or asks to respond to a community question.
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.