Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

commit-message-writer提交消息编写者

Agent Skill

commit-message-writer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 OpenClaw 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,633

周安装

197

GitHub Stars

公开资料未说明

下载量

1,623
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:commit-message-writer(提交消息编写者)
来源仓库:https://github.com/lnguyen1996/commit-message-writer
安装命令:
openclaw skills install commit-message-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install commit-message-writer

简介

从 git diff、代码片段或任何项目或语言的更改描述生成常规提交消息、PR 标题和摘要。

SKILL.md

commit-message-writer

Description

Write Conventional Commit messages from a git diff, code snippet, or plain description. Also generates PR titles and 3-bullet PR summaries. Works with any language and any project — no setup, no config.

Use when

  • "write a commit message"
  • "what should I commit this as"
  • "conventional commit for this diff"
  • "write a PR title and description"
  • Any git diff or code change needing a message

Supported conventions

  • Conventional Commits 1.0 (default)
  • Angular commit format
  • GitHub squash-merge style
  • Plain descriptive (no convention)

Request a specific one or it defaults to Conventional Commits.

Input

Paste one of:

  • A git diff (git diff --staged)
  • A description of what changed ("I added rate limiting to the API")
  • Code before/after

Optionally specify:

  • Convention (defaults to Conventional Commits)
  • Scope (component, module, or area affected)
  • Whether this is a breaking change

Output format

## Commit Message

[type]([scope]): [subject]

[body — explains WHY, not just WHAT. Omitted if obvious from subject]

[BREAKING CHANGE: description — only if applicable]
[Closes #123 — only if issue number is known]

---

## PR Title
[short, imperative, under 70 chars]

## PR Summary
- [What changed]
- [Why it changed / what problem it solves]
- [Any notable side effects, caveats, or follow-up needed]

Conventional Commits type guide

TypeWhen to use
featNew feature (triggers minor version bump)
fixBug fix (triggers patch version bump)
docsDocumentation only
styleFormatting, whitespace — no logic change
refactorRestructure without changing behavior
perfPerformance improvement
testAdding or fixing tests
choreBuild system, CI, dependency updates
revertReverts a prior commit
ciCI pipeline changes

Writing rules

  • Subject: imperative mood ("add", "fix", "remove" — not "added", "fixed", "removes")
  • Subject: no period at end
  • Subject: under 72 characters
  • Body: explain WHY the change was made, not just what the diff shows
  • Breaking change: always include BREAKING CHANGE: footer with migration notes
  • Scope: use the module, file, or feature name (e.g., auth, api, db, ui)
  • If the diff touches multiple concerns: suggest splitting into multiple commits

Examples

Simple fix

fix(auth): reject expired JWT tokens before checking claims

Previously, token expiry was checked after claim validation,
which allowed attackers to replay expired tokens with valid claims.

New feature with breaking change

feat(api)!: require API key on all public endpoints

BREAKING CHANGE: All requests now require `X-API-Key` header.
Clients using anonymous access will receive 401. See migration guide.

Dependency update

chore(deps): bump openssl from 1.1.1 to 3.0.8

Addresses CVE-2023-0286 (X.400 address type confusion).
No API changes.

Self-improvement instructions

After each commit message written, note whether the input was a diff, description, or code snippet. After 20 uses, surface the most common missing context that leads to weaker messages.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.57%
按下载量换算1,275

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills