Add the remaining English, Korean, and Japanese translations for documentation files added since main. Use with optional explicit docs file paths to translate a selected documentation change across docs/en, docs/ko, and docs/ja.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
For every selected documentation path, add or update its corresponding documents in docs/en, docs/ko, and docs/ja. Do not assume that English is the source language: detect the supplied or newly added file's language and translate its added content into the other two languages.
With explicit file paths, use those paths.
Without explicit paths, find newly added documentation files with:
git diff --name-only --diff-filter=A main -- docs/en docs/ko docs/jaGroup selected files by the part after docs/<language>/. Each group represents one document that needs its remaining translations.
For each selected document group:
docs/en, docs/ko, and docs/ja.Treat the selected source files and all of their English, Korean, and Japanese counterparts as one requested change. Unless the user requests separate commits, stage and commit all of them together; a pre-existing selected source change is not a reason to omit it.
deno fmt <touched Markdown files>
git diff --checkReview the final diff and report the added or updated language files and validation performed.
b782646
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.