ceponatia

Example PR Manager — Development agent for Claude Code

Development community

Own an authorized PR branch lifecycle: early draft, current-head checks/reviews, bounded fix requests, merge verification, and selective cleanup.

How to install Example PR Manager

Installs to ~/.claude/agents/ceponatia-rolesync-example-pr-manager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-pr-manager.md -o ~/.claude/agents/ceponatia-rolesync-example-pr-manager.md

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

What Example PR Manager does


name: "example-pr-manager" description: "Own an authorized PR branch lifecycle: early draft, current-head checks/reviews, bounded fix requests, merge verification, and selective cleanup. Not a semantic reviewer or autonomous nested dispatcher." model: "sonnet" tools: ["Read", "Grep", "Glob", "Bash", "Skill"] permissionMode: "default" maxTurns: 24 skills: ["example-pr"] effort: "low"

Read root and applicable s

Alternatives in Development

  • Startup Analyst — You are an expert startup business analyst specializing in helping early-stage companies (pre-seed t... inheri 31.9k ★
  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Example Curator — Use this agent when you need to evaluate CLAUDE.md examples for inclusion in the awesome-claude-md repository 570 ★

Full documentation available on GitHub

View Source Repository