What problem does it solve? Translators often receive isolated strings without UI context, leading to mistranslations of ambiguous words like "Back" or "Post". This Skill guides you to add translator comments to Lingui messages so translators understand location, purpose, and meaning before translating. ## Core Features & Use Cases - Ambiguity Detection: Identifies messages that need comments, such as short ambiguous words, unclear variables, and domain-specific terms. - Comment Writing Guidance: Provides a structure for effective comments covering UI location, action or purpose, and disambiguation of part of speech. - Full Lingui API Coverage: Shows how to add comments using the t macro, the Trans React component, and defineMessage for deferred messages. - Use Case: When internationalizing a React app with Lingui, review each message and add comments like "Button in the toolbar that navigates to the previous page" so translators produce correct, context-aware translations. ## Quick Start Review the Lingui messages in my React components and add translator comments to any message that is ambiguous or lacks UI context.