# Commit

> 提交代码 Use when this capability is needed.

- Skill: `tomevault-io/commit-82` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/commit-82`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/commit-82/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/commit-82

---

# commit

## 流程
1.查看工作区文件变动，更具修改内容生成一条简短的 subject 

2.commit message 必须使用 Conventional Commits 规范，格式如下
```shell
<type>: <subject>
```
type必须为一下内容：

* feat: 新功能 (Feature)
* fix: 修补 Bug
* docs: 仅修改了文档 (Documentation)
* style: 代码格式调整，不影响代码逻辑 (如空格、格式化、缺少分号等)
* refactor: 代码重构，即不是新增功能，也不是修改 Bug
* perf: 性能优化 (Performance)
* test: 添加或修改测试代码 (Test)
* chore: 构建过程或辅助工具的变动 (如更新依赖、修改 Webpack 配置)
* revert: 回退上一次或多次提交

---
> Source: [heyingjiee/evolve-agent](https://github.com/heyingjiee/evolve-agent) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-22 -->

