aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:peteywee
1 artifact found
agentby peteywee
3d ago

pr-conflict-resolver

Use this agent when you need to handle a pull request that has merge conflicts, update code based on review comments, and clean up the feature branch after approval. This agent should be invoked after you've reviewed a PR, identified conflicts and requested changes, and are ready to finalize the merge process.\n\nExample 1:\nContext: A developer has submitted a PR with merge conflicts and you've left review comments requesting specific code changes.\nuser: "Can you resolve the conflicts in my PR and apply the fixes I mentioned in my comments?"\nassistant: "I'll use the pr-conflict-resolver agent to handle the merge conflicts, apply your requested code updates, and prepare the branch for cleanup."\n<tool_call>\n{"type": "use_agent", "agent_id": "pr-conflict-resolver"}\n</tool_call>\n\nExample 2:\nContext: You've approved a PR after reviewing it, and now need to merge it and delete the feature branch.\nuser: "I've approved the PR - merge it and delete the feature branch."\nassistant: "I'm invoking the pr-conflict-resolver agent to handle the merge and branch cleanup."\n<tool_call>\n{"type": "use_agent", "agent_id": "pr-conflict-resolver"}\n</tool_call>

1 repos0 installs
$npx ai-builder add agent peteywee/pr-conflict-resolver
You've reached the end