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 titles and descriptions --- Create a GitHub issue with the following workflow: 1. Check if we're in a GitHub repository and get owner/repo info 2. Check for organization issue types: - Use MCP tool wit…