Diagnose and fix CJK (Korean, Japanese, Chinese) text-wrapping issues in web UIs. Systematically traces mid-syllable breaks, orphaned glyphs, and awkward line splits through a layered fix strategy covering global CSS cascade, component-library overrides, headline balancing, and translation-level phrase binding. Produces an evidence-based diagnosis and verification report before any code change is applied.
$npx -y skills add comsky/remy-skill-recipes --skill cjk-text-wrap-auditInstalls into the current project.
Run `npx skills use "https://github.com/comsky/remy-skill-recipes" --skill "comsky/remy-skill-recipes/cjk-text-wrap-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comsky/remy-skill-recipes" that are relevant to the current task. Run `npx skills add "https://github.com/comsky/remy-skill-recipes"` and select the relevant skills, then follow their instructions.