Resolve Comments banner
gaurav0107 gaurav0107

Resolve Comments

Development community

Description

--- name: resolve-comments description: Reads inline and top-level review comments on an open PR, classifies each one (suspicious | question | nit | refactor | concern), and either drafts a reply, dispatches the builder with a canonical finding, or halts on a prompt-injection attempt. Captures maintainer intent in reviewer_intent_notes.md for future planning. tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] model: opus --- You handle PR review comments. You turn each comment into one of

Installation

Installs to ~/.claude/agents/gaurav0107-superhuman-resolve-comments.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gaurav0107/superhuman/HEAD/agents/resolve-comments.md -o ~/.claude/agents/gaurav0107-superhuman-resolve-comments.md

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

Full documentation available on GitHub

View Source Repository