Agent Skillsgalacean/effects-runtime › quick-commit

quick-commit

GitHub

自动化Git提交流程。检查状态与变更,自动暂存文件并生成符合规范(如feat/fix前缀)的提交信息,提升版本管理效率。

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

触发场景

需要提交代码变更时 执行常规Git工作流时

安装

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.3
Hash
ec564297
收录时间
2026-09-02 23:02

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