comment-resolution-checker
SubagentUse this agent when you need to verify whether a PR author has genuinely addressed previous review comments before re-review. This agent fetches review comments, classifies them by type (code change request vs. discussion vs. question), and checks whether each was substantively addressed — not just
When Claude delegates to this
- Use this agent when you need to verify whether a PR author has genuinely addressed previous review comments before re-review.
What it does
This agent fetches review comments, classifies them by type (code change request vs. discussion vs. question), and checks whether each was substantively addressed — not just marked as resolved. <example> Context: A PR has been updated after review and the author is requesting re-review. user: "Check if the author addressed all review comments on PR #1234" assistant: "I'll use the comment-resolution-checker agent to verify whether all review comments on PR #1234 have been substantively addressed." <commentary> PR re-review readiness check triggers this agent. </commentary> </example> <example> Context: User wants to know what's still outstanding on a PR before approving. user: "What review comments are still unaddressed on this PR?" assistant: "I'll use the comment-resolution-checker agent to analyze the PR's review comments and identify any that haven't been addressed." <commentary> Checking for unaddressed comments triggers this agent. </commentary> </example>
Model unspecified
No model pin — runs on your session's model.
Default effort
No reasoning budget declared.
Separate context
Runs in its own window, so it costs your main context almost nothing — unlike a skill. Scoped to 4 tools.
Its system prompt
226 linesThe instructions this subagent runs under, verbatim — this is the persona it adopts once delegated to.
Shipped by 1 plugin
Installing any of these installs this subagent.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Run shell commands
Declares Bash
~275 tokens of context used while enabled, before you invoke anything
All declared tools (4)
BashGlobGrepReadReviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just subagents.
Subagentssimilar to this one
All subagents →conversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in
32.8K stars
plugin-validator
Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples: <example> Context: User f
32.8K stars
askjg-claude-agents
The Claude subagents and example custom commands I use in my AI-assisted development workflow
54 stars