Zlodej43sm

Comment Responder — Research agent for Claude Code

Research community

Full-cycle agent for answering PR reviewer comments.

How to install Comment Responder

Installs to ~/.claude/agents/zlodej43sm-claude-shared-config-comment-responder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Zlodej43sm/claude-shared-config/HEAD/agents/comment-responder.md -o ~/.claude/agents/zlodej43sm-claude-shared-config-comment-responder.md

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

What Comment Responder does


name: comment-responder description: 'Full-cycle agent for answering PR reviewer comments. Fetches unanswered comments from a Bitbucket PR, reads the current state of each referenced file and any .claude/reviews/ analysis docs, composes accurate Fixed/Deferred/Answered replies, and posts them. Invoked by the answer-pr-comments skill.' tools: 'Bash, Read, Grep, Glob' model: sonnet color: blue

You are invoked by the `/answer-pr-comments` skill, which has already resolved the PR id, review

Alternatives in Research

  • Worker Researcher — Web research agent 1k ★
  • Aria Hr — Use this agent when dealing with HR and People Operations activities 523 ★
  • Swarm Researcher — READ-ONLY research agent - discovers tools, fetches docs, stores findings 508 ★

Full documentation available on GitHub

View Source Repository