conventional-commit by marcelorodrigo/agent-skills
npx skills add https://github.com/marcelorodrigo/agent-skills --skill conventional-commit创建提交时请遵循以下约定。
提交前,请确保您正在功能分支上工作,而不是主分支。
# 检查当前分支
git branch --show-current
如果您在 main 或 master 分支上,请先创建一个新分支:
# 创建并切换到新分支
git checkout -b <type>/<short-description>
分支命名应遵循模式:<type>/<short-description>,其中类型与提交类型匹配(例如 feat/add-user-auth、fix/null-pointer-error、refactor/extract-validation)。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
<type>(<scope>): <subject>
<body>
<footer>
标题是必需的。作用域是可选的。所有行必须保持在 100 个字符以内。
| 类型 | 用途 |
|---|---|
build | 构建系统或 CI 更改 |
chore | 日常维护任务 |
ci | 持续集成配置 |
deps | 依赖项更新 |
docs | 文档更改 |
feat | 新功能 |
fix | 错误修复 |
perf | 性能改进 |
refactor | 代码重构(无行为更改) |
revert | 恢复先前的提交 |
style | 代码风格和格式 |
test | 测试的添加、更新或改进 |
提交包含以下结构元素,以向您的库的使用者传达意图:
fix(api): Handle null response in user endpoint
The user API could return null for deleted accounts, causing a crash
in the dashboard. Add null check before accessing user properties.
feat(alerts): Add Slack thread replies for alert updates
When an alert is updated or resolved, post a reply to the original
Slack thread instead of creating a new message. This keeps related
notifications grouped together.
refactor: Extract common validation logic to shared module
Move duplicate validation code from three endpoints into a shared
validator class. No behavior change.
feat(api)!: Remove deprecated v1 endpoints
Remove all v1 API endpoints that were deprecated in version 23.1.
Clients should migrate to v2 endpoints.
BREAKING CHANGE: v1 endpoints no longer available
revert: feat(api): Add new endpoint
This reverts commit abc123def456.
Reason: Caused performance regression in production.
每周安装量
586
仓库
GitHub 星标数
6
首次出现
2026年1月31日
安全审计
安装于
opencode520
github-copilot467
codex439
gemini-cli427
kimi-cli392
amp391
Follow these conventions when creating commits.
Before committing, ensure you're working on a feature branch, not the main branch.
# Check current branch
git branch --show-current
If you're on main or master, create a new branch first:
# Create and switch to a new branch
git checkout -b <type>/<short-description>
Branch naming should follow the pattern: <type>/<short-description> where type matches the commit type (e.g., feat/add-user-auth, fix/null-pointer-error, refactor/extract-validation).
<type>(<scope>): <subject>
<body>
<footer>
The header is required. Scope is optional. All lines must stay under 100 characters.
| Type | Purpose |
|---|---|
build | Build system or CI changes |
chore | Routine maintenance tasks |
ci | Continuous integration configuration |
deps | Dependency updates |
docs | Documentation changes |
feat | New feature |
The commit contains the following structural elements, to communicate intent to the consumers of your library:
fix(api): Handle null response in user endpoint
The user API could return null for deleted accounts, causing a crash
in the dashboard. Add null check before accessing user properties.
feat(alerts): Add Slack thread replies for alert updates
When an alert is updated or resolved, post a reply to the original
Slack thread instead of creating a new message. This keeps related
notifications grouped together.
refactor: Extract common validation logic to shared module
Move duplicate validation code from three endpoints into a shared
validator class. No behavior change.
feat(api)!: Remove deprecated v1 endpoints
Remove all v1 API endpoints that were deprecated in version 23.1.
Clients should migrate to v2 endpoints.
BREAKING CHANGE: v1 endpoints no longer available
revert: feat(api): Add new endpoint
This reverts commit abc123def456.
Reason: Caused performance regression in production.
Weekly Installs
586
Repository
GitHub Stars
6
First Seen
Jan 31, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode520
github-copilot467
codex439
gemini-cli427
kimi-cli392
amp391
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
136,300 周安装
Gemini CLI 更新日志自动化流程指南 | 技术文档版本管理最佳实践
430 周安装
tsdown - 基于Rolldown的极速TypeScript/JavaScript库打包工具,支持ESM/CJS/IIFE/UMD
430 周安装
PDF OCR技能:双引擎文字提取,支持影印PDF和图片识别
430 周安装
MUI v7 使用指南:组件样式、主题定制与响应式设计模式详解
431 周安装
HubSpot CRM 集成指南:使用 Membrane CLI 自动化销售、营销与客户服务
431 周安装
index-knowledge:自动生成层级化AGENTS.md文档工具,Turso数据库出品
431 周安装
fix| Bug fix |
perf | Performance improvement |
refactor | Code refactoring (no behavior change) |
revert | Revert a previous commit |
style | Code style and formatting |
test | Tests added, updated or improved |