Compétences creating-pull-requests
🔀

creating-pull-requests

Sûr

使用模板创建 GitHub 拉取请求

Également disponible depuis: 1gy

手动创建拉取请求需要时间,且描述往往不完整。此技能使用结构化模板自动化 PR 创建,确保文档一致性并加快代码审查速度。

Prend en charge: Claude Codex Code(CC)
⚠️ 67 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "creating-pull-requests". Create a pull request titled 'Fix login timeout bug' with test checklist items: verify login works, check session expiry

Résultat attendu:

  • ✅ Pull request created successfully
  • 📋 Title: Fix login timeout bug
  • 🔗 https://github.com/owner/repo/pull/123
  • 📍 Target branch: main
  • 📝 Test checklist included with 2 items

Audit de sécurité

Sûr
v3 • 1/10/2026

Pure prompt-based skill with no code execution beyond standard git and GitHub CLI operations. Uses only documented shell commands for branch checking, status review, and PR creation via gh CLI. No filesystem access beyond git repository, no environment variable reading, no network calls outside expected GitHub API endpoints.

1
Fichiers analysés
68
Lignes analysées
0
résultats
3
Total des audits
Aucun problème de sécurité trouvé

Score de qualité

38
Architecture
100
Maintenabilité
83
Contenu
21
Communauté
100
Sécurité
78
Conformité aux spécifications

Ce que vous pouvez construire

简化 PR 工作流程

使用一致的模板和测试清单快速创建文档完善的拉取请求

提交高质量贡献

生成专业的 PR 描述,帮助维护者更快地审查和合并贡献

改进审查文档

确保每个 PR 都包含清晰的摘要和测试计划,以实现更快、更有效的审查

Essayez ces prompts

创建简单 PR
Create a pull request with the title '[Brief description]' describing my changes
带测试清单的 PR
Create a pull request titled '[Feature name]' and include test checklist items: [Test item 1], [Test item 2]
PR 目标为非主分支
Create a draft PR for my feature branch targeting the 'develop' branch with summary of changes
完整配置带标签的 PR
Create a pull request with title '[Your title]', base branch 'main', assign to me, add 'enhancement' label, and include this summary: [Your summary]

Bonnes pratiques

  • 创建 PR 前运行 git status 并审查更改,确保只包含预期的修改
  • 使用描述性的标题,在 60 个字符内概括更改内容以获得更好的可见性
  • 填写所有测试清单项目,帮助审查者了解需要哪些验证

Éviter

  • 创建 PR 前不审查差异可能包含非预期的更改
  • 使用模糊的标题如 'fix' 或 'update' 会使项目历史中的更改难以追踪
  • 跳过测试计划会使审查者难以正确验证实现是否正确工作

Foire aux questions

此技能是否适用于 GitLab 或 Bitbucket?
不,此技能使用 GitHub CLI (gh),仅适用于 GitHub 仓库。
GitHub CLI 需要什么权限?
GitHub CLI 需要认证和仓库范围权限才能创建拉取请求。
我可以创建草稿拉取请求吗?
可以,在创建 PR 时使用 --draft 标志将其标记为需要更多工作的草稿。
我的代码或数据会被发送到任何地方吗?
代码仅在创建 PR 时通过官方 gh CLI 发送到 GitHub,不涉及任何第三方服务。
如果 PR 创建失败怎么办?
此技能会报告 gh CLI 的任何错误,如权限问题或分支冲突。
这与手动创建 PR 有什么不同?
此技能提供模板、自动化分支推送、确保描述格式一致,并减少设置时间。

Détails du développeur

Structure de fichiers

📄 SKILL.md