megatron-commit-tracker

Normalize upstream Megatron-LM changes into deterministic change-set artifacts.

31|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Ascend/agent-skills --skill megatron-commit-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: megatron-commit-tracker
Source: https://github.com/Ascend/agent-skills/tree/main/skills/megatron-commit-tracker
Command: npx skills add https://github.com/Ascend/agent-skills --skill megatron-commit-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Track and normalize upstream Megatron-LM changes into a deterministic change-set aligned to specific branches, PRs, commits, and time windows.

Core Features & Use Cases

  • Supports PRs, single commits, commit ranges, time windows, and scheduled modes to extract upstream changes.
  • Produces a standardized change-set artifact with repo, branch, selector, and resolved SHAs for downstream analysis.
  • Enables repeatable experiments with deterministic outputs via script-based normalization and upstream tracking.

Quick Start

Provide a normalized change-set artifact for a Megatron upstream request using PRs, commits, ranges, or time windows.

Frequently Asked Questions about megatron-commit-tracker

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

FAQPage Schema
How do I track upstream Megatron-LM changes from a specific pull request?

To track upstream Megatron-LM changes, you can use a pull request selector to identify and normalize commits into a deterministic change-set. The output is a structured artifact containing the repo, branch, resolved commits, and base/head SHAs for analysis.

What is the best way to normalize a commit range from the Megatron-LM repository?

Normalizing a Megatron-LM commit range involves resolving specific commit boundaries into a single, deterministic change-set. This process produces a standardized artifact with selectors and resolved SHAs, ensuring repeatable downstream analysis.

Can I extract Megatron-LM upstream changes using a time window or scheduled tracking?

Yes, you can extract upstream Megatron-LM changes using time windows or scheduled tracking modes. These options automatically identify and normalize commits within the specified period, outputting a structured artifact with resolved base and head SHAs.

How does deterministic change-set normalization work for Git commits?

Deterministic change-set normalization works by resolving Git selectors like PRs or commit ranges into a stable set of upstream commits. It outputs a structured artifact containing the repository, branch, and exact base/head SHAs for repeatable analysis.

What format does the normalized Megatron-LM change-set output use for downstream analysis?

The normalized Megatron-LM change-set outputs a structured artifact format that includes the repository, branch, selectors, resolved commits, and base/head SHAs. This output is specifically designed to be consumed by downstream analysis workflows.

Do I need any external dependencies to normalize Megatron-LM upstream commits?

No external dependencies are required to normalize Megatron-LM upstream commits. The skill operates using internal scripts and references to produce a deterministic change-set artifact from your provided Git selectors.