# Commit Msg

> 根据变更描述生成 Conventional Commits 风格的提交信息。

- Skill: `2428424081cn/commit-msg` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 2428424081cn/commit-msg`
- Raw SKILL.md: https://api.skillmd.com/api/skills/2428424081cn/commit-msg/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: 2428424081cn (https://skillmd.com/u/2428424081cn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/2428424081cn/commit-msg

---


# commit-msg

Conventional Commits 提交信息生成。

## 输入
- diffSummary: 变更描述

## 输出
- message: 提交信息
- type: feat/fix/docs/test/refactor/perf/chore

