git-commit by fvadicamo/dev-agent-skills
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill git-commit包含 Shell 命令
此技能包含可能执行系统命令的 shell 命令指令(!command``)。安装前请仔细审查。
遵循 Conventional Commits 格式创建 git 提交。
!git log --oneline -5 2>/dev/null
# 1. 暂存更改
git add <files>
# 2. 创建提交
git commit -m "type(scope): subject"
作用域 必需(kebab-case):validation、auth、cookie-service、api
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
超出标准 CC 的附加类型:security(漏洞修复或加固)
多行提交使用 HEREDOC:
git commit -m "$(cat <<'EOF' feat(validation): add URLValidator with domain whitelist
Implement URLValidator class supporting:
Addresses Requirement 31 Part of Task 5.1 EOF )"
references/commit_examples.md - 按类型分类的扩展示例,好坏对比每周安装数
126
仓库
GitHub 星标数
54
首次出现
2026年1月21日
安全审计
安装于
opencode102
gemini-cli99
claude-code96
codex96
cursor92
github-copilot86
Contains Shell Commands
This skill contains shell command directives (!command``) that may execute system commands. Review carefully before installing.
Creates git commits following Conventional Commits format.
!git log --oneline -5 2>/dev/null
# 1. Stage changes
git add <files>
# 2. Create commit
git commit -m "type(scope): subject"
Scope is required (kebab-case): validation, auth, cookie-service, api
Additional type beyond standard CC: security (vulnerability fixes or hardening)
HEREDOC for multi-line commits:
git commit -m "$(cat <<'EOF' feat(validation): add URLValidator with domain whitelist
Implement URLValidator class supporting:
Addresses Requirement 31 Part of Task 5.1 EOF )"
references/commit_examples.md - Extended examples by type, good/bad comparisonsWeekly Installs
126
Repository
GitHub Stars
54
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode102
gemini-cli99
claude-code96
codex96
cursor92
github-copilot86
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
120,000 周安装