Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:228
forks:66
updated:28 de diciembre de 2025, 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