PR Comment Handler
SkillSecurityThis skill helps your AI work through review and issue comments on the open GitHub pull request for your current branch. Once added, your AI can read the comments left by reviewers and apply the fixes you pick. It also makes sure you are logged in to GitHub before it starts, and asks you to sign in if you are not.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, switch to a branch with an open pull request and ask your AI to address the review comments. It will first confirm you are signed in to GitHub, then show you what needs fixing.
Then ask your AI: use the PR Comment Handler skill
What your AI can do with it
- Read review and issue comments on your open GitHub pull request
- Apply the fixes you pick from reviewer feedback
- Find the pull request that matches your current branch
- Check that you are logged in to GitHub before doing anything
- Prompt you to authenticate if you are not signed in
What this skill tells your AI
The instructions your AI receives, as published by foryourhealth111-pixel/vibe-skills in bundled/skills/gh-address-comments/SKILL.md and read by ahel’s review.
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.
1) Inspect comments needing attention
- Run scripts/fetch_comments.py which will print out all the comments and review threads on the PR
2) Ask the user for clarification
- Number all the review threads and comments and provide a short summary of what would be required to apply a fix for it
- Ask the user which numbered comments should be addressed
3) If user chooses comments
- Apply fixes for the selected comments
Notes:
- If gh hits auth/rate issues mid-run, prompt the user to re-authenticate with
gh auth login, then retry.
Signals
- GitHub stars
- 3k
- Forks
- 277
- Last commit
- Aug 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
gh-address-comments-foryourhealth111-pixel- Source
- github.com/foryourhealth111-pixel/vibe-skills