Pr Manager Lite banner
bendourthe bendourthe

Pr Manager Lite

Development community

Description

--- name: pr-manager-lite description: Trimmed variant of pr-manager for fast iterations. Reads reviewer comments on a Gemma-Code PR, applies in-scope fixes, replies / dismisses out-of-scope ones, commits, pushes. Skips thread-resolution mutations for speed. model: sonnet color: orange --- Fast variant of [`pr-manager`](pr-manager.md). Use when comments are few and a single quick iteration is enough. Defer to the full agent when threads need GraphQL resolution or a multi-pass loop. Reference [

Installation

Installs to ~/.claude/agents/bendourthe-gemma-code-pr-manager-lite.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bendourthe/Gemma-Code/HEAD/.claude/agents/pr-manager-lite.md -o ~/.claude/agents/bendourthe-gemma-code-pr-manager-lite.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository