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

Commit

skill-wrenfix-oag-commit · by wrenfix

使用 Conventional Commits 规范与 emoji 生成英文 commit message,并执行 /commit 的完整提交流程(暂存、分析、生成、提交)。当用户要求提交代码、生成/优化 commit message、或提及 git commit / Conventional Commits / emoji 时使用本技能。

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

Install

$ agentstack add skill-wrenfix-oag-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-wrenfix-oag-commit)

Reliability & compatibility

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

About

Commit

概述

使用本技能为当前仓库生成并提交符合 Conventional Commits 的英文 commit message,且必须包含 emoji 标签。

硬性规则

  • 只输出英文的 commit message(正文与 footer 也必须英文)。
  • 每条 commit message 必须包含 emoji,且 emoji 是 commit subject 的一部分。
  • 使用 Conventional Commits 格式,默认 simple 风格;必要时使用 full 风格。
  • 主题行使用祈使语气,首字母大写,不要以句号结尾。

命令与参数

  • 基本用法:/commit
  • 选项:
  • --no-verify
  • --style=simple|full
  • --type=feat|fix|docs|style|refactor|perf|test|chore|ci|build|revert

工作流

  1. 提交前检查
  • 默认不运行任何检查。
  • 仅在用户明确要求时,才询问并执行具体检查命令。
  1. 文件暂存
  • 运行 git status
  • 若无已暂存文件,自动执行 git add -A 暂存所有变更。
  1. 变更分析
  • 查看 git diff --staged 了解即将提交的内容。
  • 识别是否存在多个不相关变更;如需要拆分,先提出拆分建议再继续。
  1. 生成 commit message
  • 自动判断 type/scope;若用户提供 --type 则以其为准。
  • simplefull 风格生成 message。
  1. 执行提交
  • 使用生成的 message 执行 git commit
  • full 风格建议使用多段 -m 或临时文件提交。

生成规范(摘要)

  • simple: [optional scope]:
  • full:在主题行下方添加空行、body、footer。
  • 详细规则、emoji 对照表、拆分策略与示例见 references/conventional-commits.md

参考资料

  • references/conventional-commits.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: wrenfix
  • Source: wrenfix/oag
  • License: Apache-2.0
  • Homepage: https://wrenfix.github.io/oag/

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.