Posts sanitized batches of PR review comments or replies through configured review tooling. Use after review-ticket when findings are approved for publication.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill specialist-pr-commenter-batch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Specialist Pr Commenter Batch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-specialist-pr-commenter-batch)More formats (shields.io, HTML) on the badges page.
---
name: specialist-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.
metadata:
triggers:
keywords:
- batch PR comments
- post review findings
- resolve PR threads
- ADO comments
- GitHub comments
- GitLab comments
---
# 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
```text
| # | 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!