mcore-create-issue

Convert GitHub Actions run data into structured bug reports and issues.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill mcore-create-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcore-create-issue
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/mcore-create-issue
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill mcore-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigate a failing GitHub Actions job, extract the root cause, and file a well-structured bug issue against NVIDIA/Megatron-LM.

Core Features & Use Cases

  • Parse CI URLs to identify failed jobs and gather failure context.
  • Fetch failure logs, extract error messages and failing tests, and correlate with PR metadata.
  • Create a structured GitHub issue in NVIDIA/Megatron-LM, including PR/run/job links, reproduction steps, and assign to the test file author.
  • Check for duplicate issues before creation to avoid noise.

Quick Start

Provide the GitHub Actions run URL to automatically generate a structured bug report and create the GitHub issue.

Frequently Asked Questions about mcore-create-issue

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

FAQPage Schema
How do I automatically create a GitHub issue from a failed CI run?

To automatically create a GitHub issue from a failed CI run, provide the GitHub Actions run URL. The tool parses the URL, fetches failure logs via the gh API, extracts error messages, and files a structured bug report with assignment.

How does CI failure triage work for NVIDIA Megatron-LM repositories?

CI failure triage for NVIDIA Megatron-LM works by extracting failed job data, logs, and PR metadata from a GitHub Actions run URL. It correlates the failure context and generates a structured issue in the NVIDIA/Megatron-LM repository.

Can I deduplicate bug reports when automating GitHub issue creation?

Yes, you can deduplicate bug reports during GitHub issue creation. The tool checks for existing duplicate issues before creation to avoid noise, ensuring only unique CI failure reports are filed.

What information is included in an automated CI bug report?

An automated CI bug report includes failing test details, extracted error messages, reproduction steps, and direct links to the PR, run, and job. It also assigns the issue to the test file author when available.

Do I need the gh CLI to fetch GitHub Actions logs for issue triage?

The tool uses the gh API to retrieve GitHub Actions logs and filter for failures. You need to provide a valid GitHub Actions run URL and have the necessary API access to fetch logs and create issues.