Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:1 168
forks:294
updated:7 avril 2026 à 06:39
Explorateur de fichiers
SKILL.md
| name | generate-release-notes |
| description | Generate release notes for the new NNCF release. |
Files:
ReleaseNotes.mdsrc/nncf/version.py.github/skills/generate_release_notes/parse_commits.sh.github/skills/generate_release_notes/parse_commits.sh. Format of stdout: AUTHOR;COMMIT_HASH;COMMIT_MESSAGE.src/nncf/version.py.openvino, ov, npu.pytorch, torch, pt, cuda, fx, torch.fx.onnx, onnxruntime, ort.Requirements and General sections.(Backend) Description (https://github.com/openvinotoolkit/nncf/pull/PR_NUMBER)git log --format=%B -n 1 COMMIT_HASH.ReleaseNotes.md using this structure (use - ... for empty sections):## New in Release X.Y.Z
Breaking changes:
- ...
General:
- ...
Features:
- ...
Fixes:
- ...
Improvements:
- ...
Tutorials:
- ...
Known issues:
- ...
Deprecations/Removals:
- ...
Requirements:
- ...
ReleaseNotes.md.git log --format=%B -n 1 COMMIT_HASH to get commit messages if needed.