ABOUTME: Git commit skill - delegates to source-control for full workflow
ABOUTME: Kept as entry point for /commit command invocation
See source-control/SKILL.md for commit process, conventional commits, and git workflow.
采用传统提交格式创建 Git 提交。适用于提交暂存的更改。不适用于分支策略、变基操作,或 Git 工作流相关的问题(请使用源码控制技能)。
--- frontmattername: commit description: "Create a git commit using conventional commit format. Use for committing staged changes. Not for branch strategy, rebasing, or git workflow questions (use source-control skill)." allowed-tools: [Bash]
See source-control/SKILL.md for commit process, conventional commits, and git workflow.