Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/cc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 智能管理项目 CHANGELOG.md 文件,自动添加版本条目并遵循 Keep a Changelog 规范
argument-hint: [<version>]
argument-hint: "[<version>]"
allowed-tools: [Read, Write, Edit, Bash]
---

Expand Down
2 changes: 1 addition & 1 deletion commands/cc/create-command.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 创建新的 Claude Code 自定义命令
argument-hint: [command-name] [description]
argument-hint: "[command-name] [description]"
allowed-tools: Write, Read, LS, Bash(mkdir:*), Bash(ls:*), WebSearch(*)
---

Expand Down
2 changes: 1 addition & 1 deletion commands/gh/fix-issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 修复 GitHub Issue
argument-hint: [issue-number]
argument-hint: "[issue-number]"
allowed-tools: Write, Read, LS, Glob, Grep, Bash(gh:*), Bash(git:*)
---

Expand Down
2 changes: 1 addition & 1 deletion commands/gh/review-pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 详细代码分析评审 GitHub Pull Request
argument-hint: [pr-number]
argument-hint: "[pr-number]"
allowed-tools: Write, Read, LS, Glob, Grep, Bash(gh:*), Bash(git:*)
---

Expand Down
2 changes: 1 addition & 1 deletion commands/screenshot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: macOS 屏幕截图并分析图像内容(仅支持 macOS 系统)
argument-hint: [选项]
argument-hint: "[选项]"
---

## 截图
Expand Down
2 changes: 1 addition & 1 deletion commands/translate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 智能中文翻译工具,支持文本、文件和目录翻译,将英文内容翻译成通顺中文并润色修饰
argument-hint: [FILE_PATH|DIRECTORY_PATH|TEXT_TO_TRANSLATE]
argument-hint: "[FILE_PATH|DIRECTORY_PATH|TEXT_TO_TRANSLATE]"
allowed-tools: [Read, Write, Edit, LS, Glob, Grep]
---

Expand Down