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 cá nhân
cp -r 03-skills/code-review ~/.claude/skills/
cp -r 03-skills/code-review-specialist ~/.claude/skills/
# Skills dự án
cp -r 03-skills/code-review .claude/skills/
cp -r 03-skills/code-review-specialist .claude/skills/
```
### Tác Nhân Con
@@ -147,7 +147,7 @@ cp 04-subagents/code-reviewer.md .claude/agents/
# Sử dụng: Tự động ủy quyền
# Cách 3: Skill
cp -r 03-skills/code-review ~/.claude/skills/
cp -r 03-skills/code-review-specialist ~/.claude/skills/
# Sử dụng: Tự động gọi
# Cách 4: Plugin (tốt nhất)
@@ -363,7 +363,7 @@ cp 05-mcp/github-mcp.json .mcp.json
### Tuần 2
```bash
# Cài đặt skill
cp -r 03-skills/code-review ~/.claude/skills/
cp -r 03-skills/code-review-specialist ~/.claude/skills/
# Để nó tự động gọi
# Chỉ cần nói: "Review đoạn code này tìm lỗi"
@@ -442,7 +442,7 @@ echo $GITHUB_TOKEN
|------|----------|---------|
| Lối tắt nhanh | Lệnh Slash (55+) | `01-slash-commands/optimize.md` |
| Tiêu chuẩn đội | Bộ Nhớ | `02-memory/project-CLAUDE.md` |
| Workflow tự động | Skill | `03-skills/code-review/` |
| Workflow tự động | Skill | `03-skills/code-review-specialist/` |
| Tác vụ chuyên biệt | Tác Nhân Con | `04-subagents/code-reviewer.md` |
| Dữ liệu bên ngoài | MCP (+ Elicitation, WebSocket) | `05-mcp/github-mcp.json` |
| Tự động hóa sự kiện | Hook (25 sự kiện, 4 loại) | `06-hooks/pre-commit.sh` |