pr-comments
Installation
SKILL.md
PR Comments Skill
Export GitHub PR review comments, preprocess for evaluation, and fix or reject each review.
Actions
1. Export: /pr-comments export <owner/repo> <pr-number>
Export all review comments from a PR to individual markdown files.
bash .claude/skills/pr-comments/scripts/export.sh $1 $2 $3
Output: .github/pr-history/pr-{number}/ with one file per comment.
2. Preprocess: /pr-comments preprocess <input-dir>
Clean exported comments for agentic evaluation (removes <details> blocks, adds evaluation prompt).