respond-to-issue
Installation
SKILL.md
Respond to GitHub Issue
Help a maintainer draft a high-quality response to a GitHub issue from an external contributor.
Workflow
1. Understand the issue
- Fetch the issue using
gh issue view <number> --repo NVIDIA/Megatron-LM --json title,body,comments,labels,state. - Read the title, body, and all existing comments to understand the full context.
- Identify the type: bug report, feature request, question, or discussion.