skill-address-pr-review
skill
Pass
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 10 GitHub stars
Code Pass
- Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
Purpose
This is a Claude Code skill designed to automate the process of addressing pull request feedback. It reads unresolved PR comments and GitHub Actions CI failures, automatically applies code changes to fix them, pushes the updates, and replies to reviewer threads.
Security Assessment
The tool operates via the GitHub CLI (`gh`), meaning it inherently executes shell commands and makes external network requests to your GitHub repository. It requires local Git authentication to read PR data and push new commits. However, the automated code scan found no dangerous patterns, no hardcoded secrets, and the tool does not request any additional dangerous permissions. Because it strictly relies on the user's pre-existing local GitHub authentication to interact with repositories, the overall risk is rated as Low.
Quality Assessment
The project is actively maintained, with its most recent push occurring today. It uses the highly permissive and standard MIT license. While the community footprint is somewhat small with only 10 GitHub stars, the tool is lightweight, consisting of just 3 scanned files. Its limited scope and clear documentation indicate a focused and reliable utility.
Verdict
Safe to use, provided your repository permissions and GitHub authentication are properly configured.
This is a Claude Code skill designed to automate the process of addressing pull request feedback. It reads unresolved PR comments and GitHub Actions CI failures, automatically applies code changes to fix them, pushes the updates, and replies to reviewer threads.
Security Assessment
The tool operates via the GitHub CLI (`gh`), meaning it inherently executes shell commands and makes external network requests to your GitHub repository. It requires local Git authentication to read PR data and push new commits. However, the automated code scan found no dangerous patterns, no hardcoded secrets, and the tool does not request any additional dangerous permissions. Because it strictly relies on the user's pre-existing local GitHub authentication to interact with repositories, the overall risk is rated as Low.
Quality Assessment
The project is actively maintained, with its most recent push occurring today. It uses the highly permissive and standard MIT license. While the community footprint is somewhat small with only 10 GitHub stars, the tool is lightweight, consisting of just 3 scanned files. Its limited scope and clear documentation indicate a focused and reliable utility.
Verdict
Safe to use, provided your repository permissions and GitHub authentication are properly configured.
Claude skill that fixes PR comments and CI failures
README.md
Address PR Review
A Claude Code skill that reads pull request comments and CI failures and fixes them automatically.
flowchart LR
A[Open PR] --> B[GitHub code review]
B --> C[`/address-pr-review`]
C --> B
B --> D[Merge PR]
Open a PR and invoke /address-pr-review in Claude Code:
- Fixes CI failures
- Reads inline pull request comments (ignores resolved comments)
- Makes code changes
- Pushes and replies to each thread

Prerequisites
- GitHub CLI (
gh) installed and authenticated - Claude Code
Installation
Clone into your Claude Code skills directory:
git clone [email protected]:mnapoli/skill-address-pr-review.git ~/.claude/skills/address-pr-review
Usage
From a branch with an open PR:
/address-pr-review
Claude will fetch unresolved threads and CI failures, fix the issues, and reply to reviewers.
Tips
- Run Claude Code's code review in GitHub Actions for automatic reviews on every push
- Run Codex code review as well
- Review Claude and Codex's comments and "mark as resolved" those that don't make sense
- Review the code yourself: open comments inline the PR diff
- Launch
/address-pr-reviewlocally so that all comments are addressed - Repeat until the PR is ready to merge
Limitations
- CI failure extraction is designed for GitHub Actions — other CI systems may not work
- Install path is fixed at
~/.claude/skills/address-pr-review/
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found