By bendrucker
Batch review GitHub PRs and GitLab MRs via live tmux dashboard spawning isolated sessions per PR, delegate peer reviews gathering context for errors/types/tests with style-matched comments, self-review code changes using visual diff viewer to add line-specific comments for git edits, and automate follow-ups classifying threads with status summaries and approve suggestions.
Live tmux dashboard for reviewing inbound pull requests across GitHub and GitLab. Use when reviewing multiple PRs, checking review queue, batch reviews, or managing a review dashboard.
Follow up on a PR/MR you reviewed: check whether your comments were addressed, find silently resolved threads, and decide whether to re-review or approve. Use after leaving review feedback to see if the author acted on it.
Review a pull request when requested by a peer. Use when reviewing PRs, providing code review feedback, or analyzing proposed changes. Supports GitHub and GitLab.
Self-review your own code changes using a visual diff viewer. Opens a GitHub-style web UI where you can add comments on changed lines. Comments are returned to Claude for action.
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.
My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
This repository provides plugins for Claude Code, organized as a plugin marketplace. Plugins extend Claude Code with language conventions, workflow automation, service integrations, and custom behaviors.
It also contains my user configuration.
Many plugins include TypeScript hooks and scripts that require Bun to run. See Bun's installation guide for setup instructions. Bun runs TypeScript natively and auto-installs missing dependencies on first run.
Browse the plugins/ directory to see available plugins. Each plugin has its own README describing its contents.
The user/ directory contains user-level Claude Code configuration that gets symlinked to ~/.claude. This includes global instructions, settings (plugins, permissions, sandbox), and hooks that apply across all projects.
To test a plugin locally without publishing:
claude --plugin-dir ./plugins/<name> --setting-sources local
This isolates the session from user/project settings, loading only the specified plugin. Use this to verify changes before committing.
MIT © Ben Drucker
npx claudepluginhub bendrucker/claude --plugin reviewWriting style enforcement hooks and AI trope detection
Managing Linear issues, projects, and teams
Cross-tool daily review workflow
Bun runtime patterns, bunx, shell scripting, lockfile, and testing
POSIX-compliant trailing newline management for files
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Code review plugin
Code review and worktree workflow commands
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.
PR review, interactive git diff annotation review, and writing style guide
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques