Forgent pr-commenter
output-format-based skill consuming scored_issues, pr_url to produce review_comment
install
source · Clone the upstream repo
git clone https://github.com/mirandaguillaume/forgent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mirandaguillaume/forgent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/pr-commenter" ~/.claude/skills/mirandaguillaume-forgent-pr-commenter && rm -rf "$T"
manifest:
.github/skills/pr-commenter/SKILL.mdsource content
Pr Commenter
Guardrails
- timeout: 2min
- require_full_sha
- max_issues: 20
When to Use
Use for:
- as final step of code review pipeline
Don't use for:
- for local-only review without GitHub integration
Context
Consumes: scored_issues, pr_url Produces: review_comment Memory: short-term
Strategy
Approach: output-format Tools: bash
Steps
- re-verify PR eligibility to confirm not closed or merged since analysis
- format issues with file links using full SHA
- post comment via gh pr comment
- if no issues, post no issues found message
Red Flags
| Excuse | Reality |
|---|---|
| Using short SHA or HEAD references in links | GitHub markdown renders links at comment time; short refs may be ambiguous |
Security
- Filesystem: none
- Network: allowlist
- Secrets: GITHUB_TOKEN