Agent Skillsgalacean/effects-runtime › quick-commit

quick-commit

GitHub

自动化执行 Git 提交流程,包括检查状态、暂存更改并生成符合约定式规范的描述性提交信息。

.agents/skills/quick-commit/SKILL.md galacean/effects-runtime

触发场景

用户请求提交代码变更 需要规范化提交消息时

安装

npx skills add galacean/effects-runtime --skill quick-commit -g -y
更多选项

非标准路径

npx skills add https://github.com/galacean/effects-runtime/tree/main/.agents/skills/quick-commit -g -y

不安装直接使用

npx skills use galacean/effects-runtime@quick-commit

指定 Agent (Claude Code)

npx skills add galacean/effects-runtime --skill quick-commit -a claude-code -g -y

安装 repo 全部 skill

npx skills add galacean/effects-runtime --all -g -y

预览 repo 内 skill

npx skills add galacean/effects-runtime --list

SKILL.md

Frontmatter
{
    "name": "quick-commit",
    "description": "Stage all changes and commit with a descriptive message"
}
  1. Run git status to see the current state
  2. Run git diff to understand the changes
  3. If no files are staged, run git add -A . to stage all changes; otherwise skip
  4. Create a commit with a clear message that:
    • Starts with a type prefix (feat:, fix:, refactor:, docs:, test:, chore:)
    • Briefly describes what changed
    • Uses imperative mood ("Add feature" not "Added feature")

Example: feat: add product search functionality

版本历史

  • 2.10.0 当前 2026-09-02 23:02

同 Skill 集合

.agents/skills/changelog-curation/SKILL.md
.claude/skills/changelog-curation/SKILL.md
.agents/skills/commit-push-pr/SKILL.md

元信息

文件数
0
版本
2.10.2
Hash
ec564297
收录时间
2026-09-02 23:02

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-18 16:36
浙ICP备14020137号-1