Install
$ agentstack add skill-almax000-claude-skills-commit-helper ✓ 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 提交消息助手
使用步骤
- 运行
git diff --staged查看已暂存的更改 - 分析更改的性质和目的
- 生成符合规范的提交消息
提交消息格式
():
Type 类型
| 类型 | 说明 | |------|------| | feat | 新功能 | | fix | Bug 修复 | | docs | 文档更新 | | style | 代码格式(不影响逻辑) | | refactor | 重构(不是新功能也不是修复) | | perf | 性能优化 | | test | 测试相关 | | chore | 构建/工具/依赖更新 |
Scope 范围
- 可选,表示影响的模块/组件
- 例如:
feat(auth),fix(api),docs(readme)
Subject 标题
- 50 字符以内
- 使用祈使句("add" 而非 "added")
- 首字母小写
- 结尾不加句号
Body 正文
- 解释「为什么」而不是「做了什么」
- 每行 72 字符以内
- 可以用
-列出要点
Footer 脚注
- 关联 issue:
Fixes #123或Closes #456 - 破坏性更改:
BREAKING CHANGE: description
示例
feat(auth): add OAuth2 login support
- Implement Google OAuth2 flow
- Add token refresh mechanism
- Store tokens securely in encrypted storage
This enables users to login with their Google accounts,
reducing friction in the signup process.
Closes #234
fix(api): handle null response from payment gateway
The payment gateway occasionally returns null instead of
an error object. This caused uncaught exceptions in
production.
Added null check and proper error handling.
Fixes #567
原则
- 一个提交做一件事
- 消息要有意义,方便日后查找
- 写给未来的自己和同事看
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: almax000
- Source: almax000/claude-skills
- License: MIT
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.