By jowch
Paired PR-review loop: review-pr (reviewer) and request-pr-review (author). The two skills run in separate sessions and converge through the PR.
Use when you are the author of a pull request and want a managed, multi-round review loop — you have a branch ready for review and want to open the PR and handle reviewer feedback round by round until it converges. Triggers: "open a PR and get it reviewed", "respond to the review", running a converging review cycle as the author. Pairs with the review-pr skill (the reviewer half). Requires an authenticated `gh` CLI.
Use when reviewing a pull request as the reviewer half of a paired, multi-round review loop — either a PR is freshly ready for review, or the PR author has posted a rebuttal that needs re-reviewing. Triggers: "review this PR", "re-review the changes", running a converging review cycle. Pairs with the request-pr-review skill (the author half). Requires an authenticated `gh` CLI.
A paired, multi-round pull-request review loop for Claude Code, packaged as two skills:
review-pr — the reviewer. Reviews a PR in full on round 1, then
re-reviews narrowly on later rounds, converging on an explicit verdict.request-pr-review — the author. Opens the PR, triages reviewer
feedback with technical rigor, pushes back where the reviewer is wrong, and
responds round by round until the review converges.The two skills run in separate Claude Code sessions and communicate only
through the pull request itself. Both require an authenticated gh
CLI.
Prerequisite: both skills drive an authenticated GitHub CLI. Install it and run gh auth login before using them.
npx skills# Install both skills
npx skills add jowch/review-skills
# Or pick one
npx skills add jowch/review-skills --skill review-pr
/plugin marketplace add jowch/review-skills
/plugin install review-skills@review-skills
In the session that owns the branch:
"Open a PR and get it reviewed" — triggers
request-pr-review.
In a second session you start:
"Review PR #123" — triggers
review-pr.
Each skill also supports a --once mode for a single round without the
monitoring loop. See review-pr and
request-pr-review for the full protocol.
MIT — see LICENSE.
skills/request-pr-review/reference/feedback-triage.md is a verbatim copy of
the receiving-code-review skill from the
superpowers project, used under the MIT
License, Copyright (c) 2025 Jesse Vincent. It is bundled so that
request-pr-review is self-contained.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jowch/review-skills --plugin review-skillsHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
AI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques