Install
$ agentstack add skill-jackyst0-awesome-agent-skills-git-commit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Git Commit
> Git 提交信息生成技能,根据代码变更自动生成规范的 commit message。 > > Git commit message generator that creates conventional commit messages based on code changes.
When to Use
当用户请求以下操作时使用此 skill:
- 生成 commit message / Generate commit message
- 写提交信息 / Write commit message
- 提交代码 / Commit code
- 描述代码变更 / Describe code changes
Instructions
提交信息格式 / Commit Message Format
遵循 Conventional Commits 规范:
():
类型 / Types
| Type | 说明 / Description | |------|---------------------| | feat | 新功能 / New feature | | fix | 修复 bug / Bug fix | | docs | 文档变更 / Documentation | | style | 格式调整 / Formatting | | refactor | 重构 / Refactoring | | perf | 性能优化 / Performance | | test | 测试相关 / Tests | | chore | 构建/工具 / Build/tools |
生成步骤 / Generation Steps
- 分析变更 - 查看
git diff或git status - 确定类型 - 根据变更内容选择合适的 type
- 提取范围 - 确定影响的模块或组件
- 撰写主题 - 用简洁的语言描述变更(50 字符内)
- 添加正文 - 如需要,详细说明变更原因和影响
规则 / Rules
- 主题行不超过 50 个字符
- 使用祈使句(如 "add" 而非 "added")
- 主题行首字母小写
- 主题行结尾不加句号
- 正文每行不超过 72 个字符
Examples
示例 1:新功能
feat(auth): add OAuth2 login support
- Add Google OAuth2 provider
- Add GitHub OAuth2 provider
- Update login page with social login buttons
示例 2:修复 Bug
fix(api): resolve null pointer in user service
The getUserById method was not handling the case when
user doesn't exist, causing a NullPointerException.
Closes #123
示例 3:文档更新
docs(readme): update installation instructions
Add Docker setup guide and clarify environment variables.
示例 4:重构
refactor(database): migrate from callbacks to async/await
Convert all database operations to use async/await pattern
for better readability and error handling.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JackyST0
- Source: JackyST0/awesome-agent-skills
- License: CC0-1.0
- Homepage: https://jackyst0.github.io/awesome-agent-skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.