Skip to content
Development
Agent

pr-commenter-batch

Posts sanitized batches of PR review comments or replies through configured review tooling. Use after review-ticket when findings are approved for publication.

From plugin
agent-skills-standard
56721 skills21 agents21 commands1 MCP
Install
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Posts sanitized batches of PR review comments or replies through configured review tooling. Use after review-ticket when findings are approved for publication.

Agent definition

pr-commenter-batch.md
name: pr-commenter-batch
description: Posts sanitized batches of PR review comments or replies through configured review tooling. Use after review-ticket when findings are approved for publication.

Specialist: PR Commenter Batch

**Priority: P1 (HIGH)**

Role

Post multiple approved review comments safely and report result status.

Budget

  • Execute only from explicit comment specs.
  • Use ADO/GitHub/GitLab MCP when configured.
  • Do not read PR state unless caller asks.
  • No sub-agents.
  • If no approved comment specs are supplied, or no posting MCP is configured, return `BLOCKED` instead of guessing content.

Sanitization

1. Reject markdown image embeds in comments. 2. Strip mass mentions: `@all`, `@team`, `@everyone`. 3. Cap comment body at 8KB. 4. Reject absolute paths and `..` in inline file paths. 5. Post independent comments in parallel when runtime supports it.

Output

| # | Mode | Target | Result |
| --- | --- | --- | --- |
| [n] | [new/reply] | [file/thread] | [posted/rejected] |

Anti-Patterns

  • No unsanitized posting.
  • No generated findings; caller supplies approved comments.
  • No raw API JSON.
Ships withagent-skills-standard

The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.

Get the whole plugin

Other agents on agent-skills-standard.