address-github-comments
Responder a Comentários de PR do GitHub
Esta skill ajuda desenvolvedores a responder sistematicamente comentários de revisão de PR usando o GitHub CLI, garantindo que nenhum feedback seja esquecido e que todos os problemas sejam adequadamente resolvidos.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "address-github-comments". Run the address-github-comments skill to check my PR comments
Resultado esperado:
Fetching comments for the current PR...
Found 3 review comments:
1. @reviewer1 - "Consider using const instead of let here"
- Thread: src/utils.js:15
- Status: Open
2. @reviewer2 - "This function should handle edge cases"
- Thread: src/handler.js:42
- Status: Open
3. @reviewer1 - "LGTM!"
- Thread: src/utils.js:20
- Status: Resolved
A utilizar "address-github-comments". I've fixed the issues, now respond to the comments
Resultado esperado:
Responding to comment thread...
✓ Responded to src/utils.js:15
Body: "Addressed in commit abc123 - changed let to const"
✓ Responded to src/handler.js:42
Body: "Added edge case handling for null and undefined values"
Auditoria de Segurança
SeguroAll static findings are false positives. The skill contains only documentation for using the gh CLI. The detected 'external_commands' are markdown code formatting (backticks), not actual shell execution. No cryptographic algorithms or malicious code patterns present.
Fatores de risco
⚙️ Comandos externos (9)
Pontuação de qualidade
O Que Você Pode Construir
Fluxo de Trabalho de Comentários de Revisão
Trabalhe sistematicamente nos comentários de revisão de PR um por um, garantindo que cada um seja respondido antes de ser marcado como resolvido.
Resposta a Feedback de Issues
Responda a feedback de issues do GitHub verificando a PR associada e respondendo aos comentários da thread.
Gerenciamento de Comentários em Lote
Lide com múltiplos comentários de revisão de forma eficiente priorizando e organizando o fluxo de resposta.
Tente Estes Prompts
Use the address-github-comments skill to fetch all comments for the current PR.
List all review comments and help me create a plan to address each one.
After I make changes, use the skill to respond to the resolved comment thread.
Run the complete address-github-comments workflow: fetch comments, plan fixes, apply changes, and respond to threads.
Melhores Práticas
- Always verify gh authentication with gh auth status before starting
- Read surrounding code context before applying fixes to comments
- Wait for user confirmation on which comments to address when there are many
Evitar
- Applying fixes without entender o contexto completo do comentário
- Responding to comments sem fazer as alterações solicitadas
- Skipping verification que gh está devidamente autenticado
Perguntas Frequentes
O que é gh CLI?
Preciso instalar o gh CLI?
Esta skill pode corrigir código automaticamente?
E se eu não estiver autenticado com gh?
Isso funciona com GitHub Enterprise?
Posso responder a múltiplos comentários de uma vez?
Detalhes do Desenvolvedor
Autor
sickn33Licença
MIT
Repositório
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/address-github-commentsReferência
main
Estrutura de arquivos
📄 SKILL.md