smart-commit

Installation
SKILL.md

Smart Commit

此 skill 帮助代理智能地将代码更改分批提交,符合 Git 最佳实践。

工作流程

1. 获取当前更改

  • 检查 git 状态:git status
  • 获取完整差异:git diff(工作树)和 git diff --staged(已暂存)
  • 如果有未暂存的更改,询问用户是否要先暂存

2. 分析更改内容

Installs
10
GitHub Stars
3
First Seen
Feb 28, 2026
smart-commit — wyc7758775/aglie-person-manage