Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:228
forks:66
updated:28. Dezember 2025 um 16:47
SKILL.md
| name | git-commit-helper |
| description | 帮助生成规范的 Git 提交信息,遵循 Conventional Commits 规范 |
当用户请求帮助写 commit message 或提交代码时,请遵循以下规范:
<type>(<scope>): <subject>
<body>
<footer>
feat(auth): add OAuth2 login support
Implement Google OAuth2 authentication to provide users
with a faster login experience.
BREAKING CHANGE: remove legacy session-based auth