Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计提醒

megatron-commit-tracker威震天提交追踪器

Agent Skill

megatron-commit-tracker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

930

周安装

38

GitHub Stars

12

下载量

298
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:megatron-commit-tracker(威震天提交追踪器)
来源仓库:https://github.com/ascend/agent-skills
仓库路径:skills/megatron-commit-tracker
安装命令:
npx skills add https://github.com/ascend/agent-skills --skill megatron-commit-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ascend/agent-skills --skill megatron-commit-tracker

简介

megatron-commit-tracker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于代码审查、项目进度跟踪、协作流程梳理等开发管理场景。
  • 支持按时间、作者、分支等条件过滤提交记录,并生成变更摘要报告。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Megatron Commit Tracker

Collect the smallest correct upstream change set from the official Megatron-LM repository and hand off a normalized artifact to downstream skills. Treat branch as a first-class input for every mode.

Core Rules

  • Use the official upstream repository as the source of truth: https://github.com/NVIDIA/Megatron-LM.
  • Require a target branch unless the user gives a PR or commit that can be resolved unambiguously.
  • Normalize every request into one change-set object before doing any semantic analysis.
  • Keep this skill mechanical. Do not summarize feature evolution here.
  • Prefer PR and range/time-window modes over single-commit mode for feature tracking.
  • Treat megatron main as valid for exploration, but do not imply that it has a strict MindSpeed mapping.

Supported Request Modes

Resolve the user request into exactly one of these modes:

  1. pr Use when the user specifies a PR number or a merge request URL.
  2. commit Use when the user specifies one commit SHA and wants to inspect that change in branch context.
  3. range Use when the user specifies base_sha..head_sha.
  4. time_window Use when the user specifies a branch plus a period such as last 7 days.
  5. scheduled Use when an automation is checking a branch incrementally.

Required Output

Produce a normalized change-set artifact in JSON or markdown code block form with these fields when available:

{
  "repo": "NVIDIA/Megatron-LM",
  "branch": "core_v0.12.1",
  "source_type": "pr",
  "selector": {
    "pr": 1234,
    "commit": null,
    "base_sha": null,
    "head_sha": null,
    "since": null,
    "until": null
  },
  "resolved": {
    "commits": ["sha1", "sha2"],
    "head_sha": "sha2",
    "base_sha": "sha0"
  },
  "analysis_mode": "summary"
}

Also include a compact table of:

  • commit SHA
  • author
  • authored date
  • title
  • touched files count

Workflow

  1. Parse the user request into one supported mode.
  2. Resolve the request against the named Megatron branch.
  3. Confirm that the branch context is explicit in the output.
  4. Collect only the raw upstream artifacts needed downstream: commit list, merge metadata, changed files, base/head SHAs, and any linked PR metadata.
  5. Stop after normalization unless the user explicitly asks for deeper analysis.

Branch Handling

  • Never silently substitute main for another branch.
  • Verify the exact branch string against the official remote before fetch-heavy work when the requested name comes from local conventions or release notes.
  • If the user gives a commit without branch context, try to infer the branch only when it is unambiguous. Otherwise state that branch confirmation is needed.
  • For periodic tracking, store state by repo + branch, never by repository alone.
  • For main, frame the result as exploratory upstream tracking, not strict migration-ready alignment.

Handoff

Pass the normalized change-set to:

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.29%
按下载量换算102

Claude

29.97%
按下载量换算89

Cursor

16.59%
按下载量换算49

Gemini CLI

9.52%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills