Skip to content

Commit 6d89fe4

Browse files
committed
docs: clarify automated diff analysis in documentation
- Add a note clarifying that manual use of git diff is unnecessary, as CodeGPT analyzes staged changes automatically. Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent cf160d5 commit 6d89fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skills/commit-helper/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ description: Generates git commit messages automatically by analyzing your stage
3838
codegpt commit --no_confirm
3939
```
4040

41+
**Note**: You don't need to manually run `git diff` to review your changes. CodeGPT automatically reads the staged changes and analyzes them to generate an appropriate commit message.
42+
4143
### Advanced Options
4244

4345
- **Set language**: Use `--lang` to specify output language (en, zh-tw, zh-cn)

0 commit comments

Comments
 (0)