创建包含正确远程处理的 Pull Request
60
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.cursor/skills/git-pr/SKILL.mdgit remote -v
# 如果 origin URL 过期,请修复它:
# git remote set-url origin https://github.com/AI-Cultivation/cultivation-world-simulator.gitgit checkout main && git pull origin main
git checkout -b <github-username>/<branch-name>
git add <files>
git commit -m "<type>: <description>"
git push -u origin <github-username>/<branch-name>
gh pr create --head <github-username>/<branch-name> --base main --title "<type>: <description>" --body "<body>"main 分支拉取新分支,而不是从当前分支.github/PULL_REQUEST_TEMPLATE.md 中的 PR 模板<github-username>:例如 xzhseh<type>:feat | fix | refactor | test | docs001b129
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.