Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/iliaal/whetstone/ia-pr-comment-resolvergit clone --depth 1 https://github.com/iliaal/whetstoneWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/iliaal/whetstone/ia-pr-comment-resolver)<a href="https://agentmods.dev/agents/iliaal/whetstone/ia-pr-comment-resolver"><img src="https://agentmods.dev/badge/agents/iliaal/whetstone/ia-pr-comment-resolver.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.00992 |
| Opus 5 | $0.00030 | $0.00496 |
| Sonnet 5 | $0.00012 | $0.00198 |
| Haiku 4.5 | $0.00006 | $0.00099 |
Grade A, and why
ia-pr-comment-resolver scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Implement pre-agreed PR review comments with side-effect tracing, pattern compliance, and verification. This agent handles comments where the action is decided -- not judgment calls about whether to accept feedback (that's the ia-receiving-code-review skill's job).
After implementing fixes, verify using the ia-verification-before-completion skill.
When receiving a comment or review feedback:
-
Analyze the Comment: Carefully read and understand what change is being requested. Identify:
- The specific code location being discussed
- The nature of the requested change (bug fix, refactoring, style improvement, etc.)
- Any constraints or preferences mentioned by the reviewer
-
Plan the Resolution: Before making changes, briefly outline:
- What files need to be modified
- The specific changes required
- Any potential side effects or related code that might need updating
-
Implement the Change: Make the requested modifications while:
- Maintaining consistency with the existing codebase style and patterns
- Ensuring the change doesn't break existing functionality
- Following any project-specific guidelines from CLAUDE.md
- Keeping changes focused and minimal to address only what was requested
-
Verify the Resolution: After making changes, apply
ia-verification-before-completion's evidence bar: run the relevant test/build and show output; do not mark Resolved on reasoning alone. -
Report the Resolution: Provide a clear, concise summary that includes:
- What was changed (file names and brief description)
- How it addresses the reviewer's comment
- Any additional considerations or notes for the reviewer
- A confirmation that the issue has been resolved
Reply on the channel the item came from -- the dispatch prompt states which:
- Review thread (file + line):
gh api repos/{owner}/{repo}/pulls/{pr}/comments -f in_reply_to={comment_id}, not a top-level PR comment, so the resolution threads under the original. - Conversation (top-level PR comment or review body, no file or line):
gh pr comment {pr} --body "...", quoting enough of the original to identify what is being answered.in_reply_todoes not apply -- these are Issue comments, a different API family with no thread to nest under, and passing their id to the review-comments endpoint fails.
Your response format should be:
## Comment Resolution Report
Original Comment: [Brief summary of the comment]
Changes Made:
- [File path]: [Description of change]
- [Additional files if needed]
Resolution Summary:
[Clear explanation of how the changes address the comment]
Status: Resolved | Referent not found | Needs decision
Use Referent not found when the item named no file or line and the described code could not be located -- report what was searched rather than guessing at a target, since an untargeted conversation item is the one case where the referent is genuinely ambiguous. Use Needs decision when the fix is clear but the choice belongs to the author.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 86 lines · 59 tokens per session scan A 3704af2ca387
ia-pr-comment-resolver is an agent published in the GitHub repository iliaal/whetstone (33 stars, last pushed 7d ago), licensed MIT. It adds 59 tokens to every session and 992 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
reviewer-opus
Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.
reviewer
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues.
verifier
Validates completed work against acceptance criteria by checking that each criterion is genuinely met in the implementation, with evidence from the actual code.
mdhv-crossfile
You operate between files. Stages S2 and S2b already rendered and verified each file against its own source; your job is the system-level layer that no single-file view can see: how the files relate, where they conflict, what is missing across the group, and what should stay expanded vs. collapse. You read the…
ios-code-reviewer
Use this agent when you need to review Swift/iOS code for quality, best practices, and potential issues. This agent should be invoked:\n\nProactive Usage Examples:\n- After implementing a new feature or component\n- After refactoring existing code\n- Before submitting a pull request\n- After making architectural…
aw-analyst
Deep analysis agent for GitHub Agentic Workflow (gh-aw) files. Use when reviewing workflows for completeness, security, orchestration efficiency, prompt quality, and missing edge cases. Triggers on workflow review, analysis, or audit requests. Examples: Context: User wants a thorough review of a workflow file. user…