unknown-skill

Solid

Look at the pull request review comments and address any issues raised.

AI & Automation 14 stars 2 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 73/100

Stars 20%
39
Recency 20%
75
Frontmatter 20%
40
Documentation 15%
83
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## Step 1: Fetch unresolved review threads and CI status Run both helper scripts: ```bash bash ~/.claude/skills/address-pr-review/get-unresolved-threads.sh ``` ```bash bash ~/.claude/skills/address-pr-review/get-failing-ci.sh ``` The first returns a JSON array of unresolved threads. Each thread has: - `id` — thread ID (needed to reply) - `path` — file path - `line` / `startLine` — line numbers in the diff - `isOutdated` — whether the diff has changed since the comment - `comments.nodes[]` — the comment thread (first = original comment, rest = replies), each with `author.login`, `body`, and `url` The second checks CI status and outputs failure details if any jobs failed (exit code 1 = failures, 0 = all passed). If there are no unresolved threads and CI is green, stop here. ## Step 2: Address each issue If there are many items, create one task per item to keep things organized. For each unresolved review thread: 1. Read the comment thread to understand the issue 2. Determine if a code change is needed, or if no change is needed (e.g. the comment is invalid or the suggestion is not appropriate) 3. If a change is needed, make the necessary code changes For each CI failure: 1. Read the failure output to understand what broke 2. Fix the code or tests to make CI pass ## Step 3: Reply to each review thread After addressing each comment, reply using the helper script: ```bash bash ~/.claude/skills/address-pr-review/reply-to-thread.sh "<thread_id>" "<body>" ``` - If the...

Details

Author
mnapoli
Repository
mnapoli/skill-address-pr-review
Created
2 months ago
Last Updated
1 months ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Featured

claude-code-review

Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.

456 Updated today
DataRecce
AI & Automation Featured

adversarial-reviewer

Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.

16,173 Updated today
alirezarezvani
Code & Development Solid

swift-code-reviewer

Perform thorough code reviews for Swift/SwiftUI code, analyzing code quality, architecture, performance, security, and adherence to Swift 6+ best practices, SwiftUI patterns, navigation architecture, sheet routing, theming, async state, iOS/macOS platform guidelines, and project-specific coding standards from .claude/CLAUDE.md. Use when reviewing code changes, performing quality audits, or providing structured feedback on Swift codebases with all severity levels and positive feedback.

25 Updated 1 weeks ago
Viniciuscarvalho
Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Listed

code-review

Code review assistance with linting, style checking, and best practices

37 Updated 6 days ago
Zhow01