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).
Related skills
More from donghaozhang/video-agent-skill
ai content pipeline
|
6organize-project
Organize files and folders into QCut's standard project structure. Use when setting up a new project, cleaning up files, or when the user asks to organize their workspace.
5project-docs
AI Content Pipeline documentation and architecture reference. Use when understanding codebase structure, AI models, CLI commands, YAML pipelines, provider APIs, error codes, or finding implementation details.
5