Language Conventions Infer language style from the project: - Analyze existing issues, documentation, and commit messages to detect the project's language variant (US English, UK English, etc.) - Match the spelling conventions found in the project (e.g., "initialize" vs "initialise", "behavior" vs "behaviour") - Maintain consistency with the project's established language style throughout issue updates --- Update a GitHub issue with the following workflow: 1. Check if we're in a GitHub repository 2. Identify the issue to update: - If issue number is provided (e.g., "issue 123", "#456", or "78…