When you need to submit your code changes, this skill helps you create a pull request. It automatically updates both the English and Chinese README files. This keeps your project documentation in sync without extra work.
The skill checks what files you changed and decides if the documentation needs updating. It then writes a clear commit message, pushes your code, and opens the pull request. If you added or changed a skill, it updates the skills table in both languages.
Anyone working on a bilingual project will find this helpful. You no longer have to manually update two separate documentation files. The skill handles everything so you can focus on your code.
Global
mkdir -p ~/.claude/skills/create-prProject
mkdir -p .claude/skills/create-prSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes