Create PR A skill for creating pull requests with automatic bilingual documentation updates. This skill ensures that both English and Chinese documentation stay in sync when code changes are submitted. When This Skill Activates This skill activates when you: - Ask to create a pull request or PR - Say "submit my changes" or "push and create PR" - Mention "make a PR" or "open a pull request" - Want to submit code for review PR Creation Workflow Step 1: Analyze Changes Examine all changes in the current branch: Identify: - Modified files : What was changed? - New files : What was added? - Delete…