By ben3329
Iterative code review loop for git staged changes using 5 specialized parallel review agents. Reviews, fixes, and repeats until clean.
Reviews staged git diff for bugs, logic errors, null safety issues, edge cases, and error handling problems. Launch this agent when performing staged code review.
Reviews staged git diff for consistency with project conventions, patterns, CLAUDE.md rules, and coding standards. Launch this agent when performing staged code review.
Reviews staged git diff for performance issues including algorithmic complexity, database queries, memory usage, and resource management. Launch this agent when performing staged code review.
Reviews staged git diff for code quality, readability, maintainability, and DRY violations. Launch this agent when performing staged code review.
Reviews staged git diff for security vulnerabilities including injection, authentication, data exposure, and input validation issues. Launch this agent when performing staged code review.
A collection of Claude Code plugins by ben3329.
| Plugin | Description |
|---|---|
| staged-review | Iterative code review loop for git staged changes using 5 specialized parallel review agents |
/plugin install <plugin-name>@ben3329-plugins
plugins/
└── plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── agents/
├── commands/
├── skills/
└── README.md
Uses power tools
Uses Bash, Write, or Edit tools
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 ben3329/claude-plugins --plugin staged-reviewCode review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Review PR or staged changes via specialist agents. Synthesizes a unified severity-ranked report.
Code review plugin
Iterative Ralph loops with Codex CLI review gates at completion. Claude works until done, then Codex reviews before allowing exit.
Backpressure code review that validates changes against REVIEW.md before commits and session completion.
Run multiple code review agents in parallel for comprehensive feedback