什么是 commit?
使用常规消息格式在 space/[project]/ 中创建 git 提交。用于通过质量检查和正确的提交消息保存进度。 来源:taylorhuston/local-life-manager。
使用常规消息格式在 space/[project]/ 中创建 git 提交。用于通过质量检查和正确的提交消息保存进度。
通过命令行快速安装 commit AI 技能到你的开发环境
来源:taylorhuston/local-life-manager。
Create git commits in spaces/[project]/ with quality checks and conventional message formatting.
| feature/001-auth | feat(001): ... | | bugfix/002-login | fix(002): ... | | main / develop | No issue reference |
| Project not found | Check spaces/[project]/ exists | | Not a git repo | Run git init in project | | Tests failing | Fix tests before committing | | Nothing to commit | No staged/unstaged changes | | Amend pushed commit | Cannot amend, create new commit |
使用常规消息格式在 space/[project]/ 中创建 git 提交。用于通过质量检查和正确的提交消息保存进度。 来源:taylorhuston/local-life-manager。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/taylorhuston/local-life-manager --skill commit使用常规消息格式在 space/[project]/ 中创建 git 提交。用于通过质量检查和正确的提交消息保存进度。 来源:taylorhuston/local-life-manager。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/taylorhuston/local-life-manager --skill commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/taylorhuston/local-life-manager