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

Git Commit

skill-rootsli-claude-quickstart-cn-git-commit · by rootsli

基于代码变更生成规范提交信息的 Git 提交消息生成器

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

Install

$ agentstack add skill-rootsli-claude-quickstart-cn-git-commit

✓ 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-rootsli-claude-quickstart-cn-git-commit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo 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 Git Commit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Git Commit

> Git 提交信息生成技能,根据代码变更自动生成规范的 commit message。

什么时候使用

当用户请求以下操作时使用此 skill:

  • 生成 commit message
  • 写提交信息
  • 提交代码
  • 描述代码变更

操作说明

提交信息格式

遵循 Conventional Commits 规范:

(): 

类型

| 类型 | 说明 | |------|---------------------| | feat | 新功能 | | fix | 修复 bug | | docs | 文档变更 | | style | 格式调整 | | refactor | 重构 | | perf | 性能优化 | | test | 测试相关 | | chore | 构建/工具 |

生成步骤

  1. 分析变更 - 查看 git diffgit status
  2. 确定类型 - 根据变更内容选择合适的类型
  3. 提取范围 - 确定影响的模块或组件
  4. 撰写主题 - 用简洁的语言描述变更(50 字符内)
  5. 添加正文 - 如需要,详细说明变更原因和影响

规则

  • 提交信息使用简体中文
  • 主题行不超过 50 个字符
  • 主题行结尾不加句号
  • 正文每行不超过 72 个字符

示例

示例 1:新功能

feat(auth): 新增 OAuth2 登录支持

- 新增对 Google OAuth2 的登录支持
- 新增对 GitHub OAuth2 的登录支持
- 更新登录页面,添加社交登录按钮

示例 2:修复 Bug

fix(api): 修复用户服务中的空指针异常问题

- 修复了在用户不存在时的空指针异常问题

关闭了问题 #123

示例 3:文档更新

docs(readme): 更新安装说明

新增了 Docker 设置指南和澄清了环境变量的作用.

示例 4:重构

refactor(database): 异步代码从回调模式迁移至 async/await

将所有数据库操作转换为 async/await 模式,以提高可读性和错误处理能力.

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.