在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:228
forks:66
updated:2025年12月28日 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