respond-to-issue

Draft verified GitHub maintainer responses to Megatron-LM issues.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill respond-to-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: respond-to-issue
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/Megatron-Core/respond-to-issue
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill respond-to-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps a maintainer respond to external GitHub issues quickly while staying technically accurate, well-researched, and respectful to contributors.

Core Features & Use Cases

  • Issue comprehension: Pulls the issue title, body, state, labels, and existing comments to capture full context and avoid misunderstandings.
  • Codebase research & verification: Locates relevant Megatron-LM source locations, checks recent history via git log, and verifies claims with git show and content re-reading before citing.
  • Actionable, contributor-friendly drafts: Produces a concise response that acknowledges gaps/bugs, suggests workarounds, and proposes next steps like PRs or branch updates.
  • Maintainer review workflow: Provides the drafted reply as a copyable quoted Markdown block without posting automatically.

Quick Start

Use the respond-to-issue skill with the argument "<github-issue-url-or-number>" to generate a draft reply that is grounded in the Megatron-LM codebase and verified before being shared with the maintainer.

Frequently Asked Questions about respond-to-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft a GitHub issue response that is technically grounded in the codebase?

To draft a GitHub issue response that is technically grounded, use the respond-to-issue skill to fetch issue details via GitHub CLI, research the Megatron-LM codebase, verify cited specifics with git history, and format the reply as a quoted Markdown block for maintainer approval.

What is the best way to triage external bug reports and feature requests for technical accuracy?

The best way to triage external bug reports and feature requests is to pull the full issue thread context, locate relevant source locations, and verify claims using git log and git show before drafting a contributor-friendly response.

Can I use this skill to automatically post replies directly to GitHub issue threads?

No, you cannot use this skill to automatically post replies. It produces a concise, copyable quoted Markdown block containing the drafted response for maintainer review, ensuring a human approves the message before it is shared.

Does drafting maintainer responses with this tool require any specific dependencies or environments?

Drafting maintainer responses requires access to the GitHub CLI to fetch issue details and a local Megatron-LM codebase to research source locations and verify claims using git history before generating the response draft.

How to ensure cited code specifics are accurate when replying to developer questions?

To ensure cited code specifics are accurate when replying to developer questions, the skill verifies all claims by re-reading source lines and checking recent history via git show and git log before formatting the response.

What are the limitations of using automated issue triage for codebase research?

A limitation of this automated issue triage is its strict focus on the Megatron-LM codebase, meaning codebase research and source verification are specialized for that repository rather than supporting arbitrary external codebases.