fix(i18n): re-point translations to code-review-specialist rename (#128)
* fix(i18n): re-point translations to code-review-specialist rename The English code-review skill was renamed to code-review-specialist in #127 to avoid shadowing the new built-in /code-review command. Mirror that rename across the uk, vi, ja, zh locales: rename each 03-skills/code-review/ directory to code-review-specialist/, update the i18n-source markers in the moved ja files, and fix path references in INDEX.md, QUICK_REFERENCE.md, and the vi TRANSLATION_QUEUE.md. * chore: ignore .asm-improver and .gitissue tooling state * fix(i18n): re-point remaining code-review install paths to code-review-specialist
This commit is contained in:
10
zh/README.md
10
zh/README.md
@@ -154,7 +154,7 @@ cp 01-slash-commands/optimize.md /path/to/your-project/.claude/commands/
|
||||
cp 02-memory/project-CLAUDE.md /path/to/your-project/CLAUDE.md
|
||||
|
||||
# 5. 安装一个 skill:
|
||||
cp -r 03-skills/code-review ~/.claude/skills/
|
||||
cp -r 03-skills/code-review-specialist ~/.claude/skills/
|
||||
```
|
||||
|
||||
如果你想完成更完整的基础配置,这里有一个**1 小时的关键配置方案**:
|
||||
@@ -167,7 +167,7 @@ cp 01-slash-commands/*.md .claude/commands/
|
||||
cp 02-memory/project-CLAUDE.md ./CLAUDE.md
|
||||
|
||||
# 安装一个 skill(15 分钟)
|
||||
cp -r 03-skills/code-review ~/.claude/skills/
|
||||
cp -r 03-skills/code-review-specialist ~/.claude/skills/
|
||||
|
||||
# 周末目标:继续添加 hooks、subagents、MCP 和 plugins
|
||||
# 按学习路径逐步完成配置
|
||||
@@ -276,7 +276,7 @@ cp 01-slash-commands/*.md .claude/commands/
|
||||
cp 02-memory/project-CLAUDE.md ./CLAUDE.md
|
||||
|
||||
# Skills
|
||||
cp -r 03-skills/code-review ~/.claude/skills/
|
||||
cp -r 03-skills/code-review-specialist ~/.claude/skills/
|
||||
|
||||
# Subagents
|
||||
cp 04-subagents/*.md .claude/agents/
|
||||
@@ -376,10 +376,10 @@ cp 02-memory/personal-CLAUDE.md ~/.claude/CLAUDE.md
|
||||
**安装**:
|
||||
```bash
|
||||
# 个人 skills
|
||||
cp -r 03-skills/code-review ~/.claude/skills/
|
||||
cp -r 03-skills/code-review-specialist ~/.claude/skills/
|
||||
|
||||
# 项目 skills
|
||||
cp -r 03-skills/code-review /path/to/project/.claude/skills/
|
||||
cp -r 03-skills/code-review-specialist /path/to/project/.claude/skills/
|
||||
```
|
||||
|
||||
**使用方法**: 在相关场景下自动触发
|
||||
|
||||
Reference in New Issue
Block a user