Translation Fix banner
Linfee Linfee

Translation Fix

Development community

Description

--- name: translation-fix description: "智能修复翻译问题和质量缺陷, 可独立使用或由 /translation-review 自动衔接调用" --- 用户输入可以直接由代理提供或作为命令参数提供给你 - 你**必须**考虑它(如果不为空). 用户输入: $ARGUMENTS 目标: 智能识别和修复翻译中的各种问题, 包括格式错误, 术语不一致, 表达不准确等. ## 调用方式 ### 独立使用 直接执行 `/translation-fix` 修复所有检测到的问题, 或传入参数指定修复范围: ``` /translation-fix templates/commands/implement.md ``` ### 由 /translation-review 自动调用 当 review 发现问题并经用户确认后, review 会自动调用本命令: - review 的问题列表会作为参数传入 - 修复完成后应重新执行关键修复点专项检查验证效果 - 将修复结果反馈给用户 ## 执行步骤 1. 问题检测和分类 - 扫描所有翻译文件(或参数

Installation

Installs to ~/.claude/commands/linfee-spec-kit-cn-translation-fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Linfee/spec-kit-cn/HEAD/.claude/commands/translation-fix.md -o ~/.claude/commands/linfee-spec-kit-cn-translation-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository