Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1,168
forks:294
updated:2026년 4월 7일 06:39
파일 탐색기
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.