Fähigkeiten address-github-comments
đź’¬

address-github-comments

Sicher ⚙️ Externe Befehle

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.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 75 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

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

Sicher
v1 • 2/24/2026

All 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.

1
Gescannte Dateien
61
Analysierte Zeilen
1
befunde
1
Gesamtzahl Audits
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
85
Inhalt
50
Community
100
Sicherheit
100
Spezifikationskonformität

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

Check PR Comments
Use the address-github-comments skill to fetch all comments for the current PR.
Plan Comment Responses
List all review comments and help me create a plan to address each one.
Respond to Fixed Comments
After I make changes, use the skill to respond to the resolved comment thread.
Full Review Cycle
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?
gh is the official GitHub command-line tool for interacting with GitHub repositories, issues, and pull requests from your terminal.
Do I need to install gh CLI?
Yes, this skill requires gh CLI to be installed. You can install it from cli.github.com or via package managers like brew.
Can this skill automatically fix code?
No, this skill helps you fetch and organize comments, but you must manually apply the code fixes yourself.
What if I am not authenticated with gh?
Run gh auth login to authenticate with your GitHub account before using this skill.
Does this work with GitHub Enterprise?
Yes, gh CLI supports GitHub Enterprise. Run gh auth login and select your enterprise instance.
Can I respond to multiple comments at once?
Yes, you can address multiple comments in sequence. The skill helps you track which comments have been resolved.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md