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

Git Commit

skill-jackieyyang-skills-git-commit · by jackieyyang

Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.

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

Install

$ agentstack add skill-jackieyyang-skills-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-jackieyyang-skills-git-commit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 提交规范

  • 提交信息必须符合约定式提交规范:[optional scope]:
  • description 使用中文,例如 docs: 更新 Agent 提交说明fix(config): 修复空配置处理
  • 常用 type
  • feat: 新增功能
  • fix: 修复 bug
  • build: 修改项目构建系统,例如依赖库、外部接口或 Node 版本
  • chore: 修改非业务性代码,例如构建流程或工具配置
  • ci: 修改持续集成流程,例如 Travis、Jenkins 等工作流配置
  • docs: 修改文档,例如 README 或 API 文档
  • style: 修改代码样式,例如缩进、空格、空行等,不影响功能逻辑
  • refactor: 重构代码,例如代码结构、变量名、函数名调整,不新增功能也不修复 bug
  • perf: 优化性能,例如提升执行效率或减少内存占用
  • test: 新增、删除或修改测试用例
  • 破坏性变更使用 ! 或脚注 BREAKING CHANGE: 标记
  • BREAKING CHANGE: 外,脚注应采用类似 Git trailer 的格式

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.