Skip to content

Commit e7eecaa

Browse files
committed
docs(readme): rename Claude Code Integration to Agent Skill Integration
- Rename section heading to Agent Skill Integration across all languages - Reword descriptions to be provider-agnostic
1 parent 8599294 commit e7eecaa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,9 @@ The `--stream` flag also works with the `review` command:
578578
codegpt review --stream
579579
```
580580

581-
## Claude Code Integration
581+
## Agent Skill Integration
582582

583-
If you use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), CodeGPT provides a `/commit-message` skill that generates conventional commit messages from your staged changes. Simply type `/commit-message` in Claude Code to analyze your staged diff and produce a well-formatted commit message with the appropriate prefix, scope, and summary.
583+
CodeGPT provides agent skills such as `/commit-message` that generate conventional commit messages from your staged changes. In [Claude Code](https://docs.anthropic.com/en/docs/claude-code), simply type `/commit-message` to analyze your staged diff and produce a well-formatted commit message with the appropriate prefix, scope, and summary.
584584

585585
The skill definitions are maintained in a separate repository: [appleboy/skills](https://github.com/appleboy/skills).
586586

README.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,9 @@ codegpt config set openai.stream true
575575
codegpt review --stream
576576
```
577577

578-
## Claude Code 集成
578+
## Agent 技能集成
579579

580-
如果你使用 [Claude Code](https://docs.anthropic.com/en/docs/claude-code),CodeGPT 提供了 `/commit-message` 技能,可从暂存的更改自动生成符合约定的提交信息。只需在 Claude Code 中输入 `/commit-message`,即可分析暂存的差异并生成包含适当前缀、范围和摘要的提交信息。
580+
CodeGPT 提供了 Agent 技能,例如 `/commit-message`,可从暂存的更改自动生成符合约定的提交信息。在 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 中输入 `/commit-message`,即可分析暂存的差异并生成包含适当前缀、范围和摘要的提交信息。
581581

582582
技能定义维护于独立的仓库:[appleboy/skills](https://github.com/appleboy/skills)
583583

README.zh-tw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ codegpt config set openai.stream true
577577
codegpt review --stream
578578
```
579579

580-
## Claude Code 整合
580+
## Agent 技能整合
581581

582-
如果你使用 [Claude Code](https://docs.anthropic.com/en/docs/claude-code),CodeGPT 提供了 `/commit-message` 技能,可從暫存的變更自動產生符合慣例的提交訊息。只需在 Claude Code 中輸入 `/commit-message`,即可分析暫存的差異並產生包含適當前綴、範圍和摘要的提交訊息。
582+
CodeGPT 提供了 Agent 技能,例如 `/commit-message`,可從暫存的變更自動產生符合慣例的提交訊息。在 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 中輸入 `/commit-message`,即可分析暫存的差異並產生包含適當前綴、範圍和摘要的提交訊息。
583583

584584
技能定義維護於獨立的儲存庫:[appleboy/skills](https://github.com/appleboy/skills)
585585

0 commit comments

Comments
 (0)