Zum Inhalt springen

Skills / skill address pr review

skill address pr review

Claude skill that fixes PR comments and CI failures

10von @mnapolivor 34d aktualisiertMITGitHub →

Installation

Kompatibilitaet

Claude CodeCodex

Beschreibung

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

  1. Run Claude Code's code review in GitHub Actions for automatic reviews on every push
  2. Run Codex code review as well
  3. Review Claude and Codex's comments and "mark as resolved" those that don't make sense
  4. Review the code yourself: open comments inline the PR diff
  5. Launch /address-pr-review locally so that all comments are addressed
  6. 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/

Aehnliche Skills

skill address pr review | hub.ai-engineering.at