address-github-comments
Address GitHub PR Comments
This skill helps developers systematically address PR review comments using the GitHub CLI, ensuring no feedback is missed and all issues are properly resolved.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "address-github-comments". Run the address-github-comments skill to check my PR comments
Erwartetes Ergebnis:
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
Verwendung von "address-github-comments". I've fixed the issues, now respond to the comments
Erwartetes Ergebnis:
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"
Sicherheitsaudit
SicherAll 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.
Risikofaktoren
⚙️ Externe Befehle (9)
Qualitätsbewertung
Was du bauen kannst
Review Comment Workflow
Systematically work through PR review comments one by one, ensuring each is addressed before marking as resolved.
Issue Feedback Response
Address feedback from GitHub issues by checking the associated PR and responding to thread comments.
Batch Comment Management
Handle multiple review comments efficiently by prioritizing and organizing the response workflow.
Probiere diese 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.
Bewährte Verfahren
- 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
Vermeiden
- Applying fixes without understanding the full context of the comment
- Responding to comments without actually making the requested changes
- Skipping verification that gh is properly authenticated
Häufig gestellte Fragen
What is gh CLI?
Do I need to install gh CLI?
Can this skill automatically fix code?
What if I am not authenticated with gh?
Does this work with GitHub Enterprise?
Can I respond to multiple comments at once?
Entwicklerdetails
Autor
sickn33Lizenz
MIT
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/address-github-commentsRef
main
Dateistruktur
đź“„ SKILL.md