Habilidades creating-pull-requests
🔀

creating-pull-requests

Seguro

Create GitHub pull requests with templates

Também disponível em: 1gy

Creating pull requests manually takes time and often results in incomplete descriptions. This skill automates PR creation with structured templates, ensuring consistent documentation and faster code reviews.

Suporta: Claude Codex Code(CC)
📊 69 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

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

Resultado esperado:

  • ✅ 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

Auditoria de Segurança

Seguro
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
Arquivos analisados
68
Linhas analisadas
0
achados
3
Total de auditorias
Nenhum problema de segurança encontrado
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
83
Conteúdo
30
Comunidade
100
Segurança
78
Conformidade com especificações

O Que Você Pode Construir

Streamline PR workflows

Quickly create well-documented pull requests with consistent templates and test checklists

Submit quality contributions

Generate professional PR descriptions that help maintainers review and merge contributions faster

Improve review documentation

Ensure every PR includes clear summaries and test plans for faster, more effective reviews

Tente Estes Prompts

Create a simple PR
Create a pull request with the title '[Brief description]' describing my changes
PR with test checklist
Create a pull request titled '[Feature name]' and include test checklist items: [Test item 1], [Test item 2]
PR to non-main branch
Create a draft PR for my feature branch targeting the 'develop' branch with summary of changes
Full PR with labels
Create a pull request with title '[Your title]', base branch 'main', assign to me, add 'enhancement' label, and include this summary: [Your summary]

Melhores Práticas

  • Run git status and review changes before creating a PR to ensure only intended modifications are included
  • Use descriptive titles that summarize the change in under 60 characters for better visibility
  • Fill in all test checklist items to help reviewers understand what verification is needed

Evitar

  • Creating PRs without reviewing the diff first may include unintended changes
  • Using vague titles like 'fix' or 'update' makes it harder to track changes in project history
  • Skipping the test plan makes it difficult for reviewers to verify the implementation works correctly

Perguntas Frequentes

Does this skill work with GitLab or Bitbucket?
No, this skill uses GitHub CLI (gh) and only works with GitHub repositories.
What permissions does the GitHub CLI need?
GitHub CLI requires authentication and repo scope permissions to create pull requests.
Can I create draft pull requests?
Yes, use the --draft flag when creating a PR to mark it as a draft requiring more work.
Is my code or data sent anywhere?
Code is only sent to GitHub via the official gh CLI when creating a PR. No third-party services.
What if the PR creation fails?
The skill will report any errors from gh CLI such as permission issues or branch conflicts.
How is this different from manual PR creation?
This skill provides templates, automates branch pushing, ensures consistent description format, and reduces setup time.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md