OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/megatron-lm --skill mcore-linting-and-formatting
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
npx skills add nvidia/megatron-lm --skill mcore-linting-and-formatting
Run before opening a PR:
Tools invoked: black, isort, pylint, ruff, mypy.
After editing imports in any Python files, always run uv run isort on those
files before committing:
Inside the container:
This installs ruff, black, isort, pylint — the same tools used by
tools/autoformat.sh and CI's linting job.
Follow style-guide.md.
uv run isort <file1>.py <file2>.pyuv sync --locked --only-group linting