Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
gh-release-notes
// Generate a clean list of commits between two git tags for GitHub release notes.
$ git log --oneline --stat
stars:8,677
forks:390
updated:2026년 5월 3일 19:56
SKILL.md
// Generate a clean list of commits between two git tags for GitHub release notes.
| name | gh-release-notes |
| description | Generate a clean list of commits between two git tags for GitHub release notes. |
| argument-hint | [tag] |
Generate a clean commit list between two git tags for GitHub release notes.
/gh-release-notes v7.2.0), use it. Otherwise, ask the user for the git tag.git tag --sort=-v:refname and picking the tag immediately after the provided one in the sorted list.git log --pretty=oneline <previous_tag>...<provided_tag> to get the commit list.[release] from the output.gh release create <tag> --title "<tag>" --notes "<commit list>". The release title must be the tag name and the body must be the exact clean list from step 5. Do NOT include a Co-Authored-By line or any tool attribution.