Skip to content

Commit 8599294

Browse files
committed
chore(skill): move skills to external repository
- Remove skills/commit-message directory, now maintained at appleboy/skills - Remove .claude-plugin/marketplace.json referencing deleted skill path - Update Claude Code Integration section in all README files to point to the new repository
1 parent c4f99e5 commit 8599294

File tree

5 files changed

+6
-116
lines changed

5 files changed

+6
-116
lines changed

.claude-plugin/marketplace.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ codegpt review --stream
580580

581581
## Claude Code Integration
582582

583-
If you use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), CodeGPT includes a built-in `/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+
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.
584584

585-
The skill definition is located in [`skills/commit-message/SKILL.md`](skills/commit-message/SKILL.md).
585+
The skill definitions are maintained in a separate repository: [appleboy/skills](https://github.com/appleboy/skills).
586586

587587
## Change Commit Message Template
588588

README.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ codegpt review --stream
577577

578578
## Claude Code 集成
579579

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

582-
技能定义位于 [`skills/commit-message/SKILL.md`](skills/commit-message/SKILL.md)
582+
技能定义维护于独立的仓库:[appleboy/skills](https://github.com/appleboy/skills)
583583

584584
## 更改提交信息模板
585585

README.zh-tw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@ codegpt review --stream
579579

580580
## Claude Code 整合
581581

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

584-
技能定義位於 [`skills/commit-message/SKILL.md`](skills/commit-message/SKILL.md)
584+
技能定義維護於獨立的儲存庫:[appleboy/skills](https://github.com/appleboy/skills)
585585

586586
## 更改提交訊息模板
587587

skills/commit-message/SKILL.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)