AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Commit Helper

skill-almax000-claude-skills-commit-helper · by almax000

生成清晰的 Git 提交消息。写提交消息、准备提交时使用。

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-almax000-claude-skills-commit-helper

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-almax000-claude-skills-commit-helper)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Commit Helper? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Git 提交消息助手

使用步骤

  1. 运行 git diff --staged 查看已暂存的更改
  2. 分析更改的性质和目的
  3. 生成符合规范的提交消息

提交消息格式

(): 

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 #123Closes #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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.