Automated PR review loop — spawns Codex reviewer agents to review the current branch's open PR, then iterates with Claude addressing feedback until clean or limits hit. Requires the Codex CLI and the GitHub CLI on PATH.
Two Claude Code plugins for automated review workflows:
review-plan — runs a plan document through parallel Claude reviewer agents (Sonnet for dimension passes, Opus for holistic passes), iterating on feedback until the plan is approved or hits a max-pass cap. Pure Claude Code; no external dependencies.pr-review-loop — runs the current branch's open PR through Codex reviewer agents (code-reviewer, test-analyzer, silent-failure-hunter, plus secondary-tier personas), then has Claude address feedback and iterate until convergence. Requires the Codex CLI and GitHub CLI.Both plugins support a project-local extension at .claude/skills/extensions/failure-patterns.md — a list of bug patterns specific to the codebase being reviewed. When that file exists, an additional failure-pattern-analyst reviewer is spawned that checks the plan or diff against each pattern. See the SKILL.md files for the format.
This repo serves as both a marketplace and the home of the plugins it lists. Add it once, then install either or both plugins:
/plugin marketplace add adrielfrederick/claude-plugins
/plugin install review-plan
/plugin install pr-review-loop
Updates are pull-based:
/plugin marketplace update
review-plan — Claude Code only.
pr-review-loop — Claude Code, plus:
codex exec to run reviewer agents).gh) on PATH (used to read the PR, post comments, push fixup commits).The skill performs a preflight check on first invocation and stops with an install link if either is missing.
Once installed, invoke the slash commands directly:
/review-plan <path-to-plan.md> — runs the plan through the review loop. Saves the plan to docs/plans/ and creates a companion <plan>-review.md review conversation document./pr-review-loop — runs the loop against the current branch's open PR (use /pr-review-loop verbose to post each round to the PR; default is a single summary at loop end). Requires an open PR on the current branch.MIT — see LICENSE.
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 adrielfrederick/claude-plugins --plugin pr-review-loopFacilitates an automated plan review loop using parallel Claude reviewer agents, iterating on feedback until the plan is approved.
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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
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).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.