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:
Luong NGUYEN
2026-05-26 10:29:51 +02:00
committed by GitHub
parent 5850da9a14
commit c7261394b0
33 changed files with 64 additions and 60 deletions

View File

@@ -28,10 +28,10 @@ cp 02-memory/personal-CLAUDE.md ~/.claude/CLAUDE.md
### Skills
```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 .claude/skills/
cp -r 03-skills/code-review-specialist .claude/skills/
```
### Subagents
@@ -147,7 +147,7 @@ cp 04-subagents/code-reviewer.md .claude/agents/
# 使用:自动委派
# 方法 3skill
cp -r 03-skills/code-review ~/.claude/skills/
cp -r 03-skills/code-review-specialist ~/.claude/skills/
# 使用:自动触发
# 方法 4插件推荐
@@ -363,7 +363,7 @@ cp 05-mcp/github-mcp.json .mcp.json
### 第 2 周
```bash
# 安装 skill
cp -r 03-skills/code-review ~/.claude/skills/
cp -r 03-skills/code-review-specialist ~/.claude/skills/
# 让它自动触发
# 直接说“Review this code for issues”
@@ -442,7 +442,7 @@ echo $GITHUB_TOKEN
|------|--------|------|
| 快速快捷操作 | Slash Command55+ | `01-slash-commands/optimize.md` |
| 团队规范 | Memory | `02-memory/project-CLAUDE.md` |
| 自动化工作流 | Skill | `03-skills/code-review/` |
| 自动化工作流 | Skill | `03-skills/code-review-specialist/` |
| 专门任务 | Subagent | `04-subagents/code-reviewer.md` |
| 外部数据 | MCP+ Elicitation、WebSocket | `05-mcp/github-mcp.json` |
| 事件自动化 | Hook25 个事件、4 类) | `06-hooks/pre-commit.sh` |