sc-pull-request-skills
CommunityAutomate PR reviews and thread resolution.
Authorkylesnowschwartz
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates GitHub PR review workflows: fetching unresolved comments, identifying threads that require changes, and resolving threads in parallel to speed up code reviews.
Core Features & Use Cases
- Fetch unresolved PR comments: Retrieve unresolved review threads for the current PR or a specified PR.
- Resolve a review thread: Mark a specific thread as resolved after the required changes.
- Parallel workflow: Orchestrate multiple agents to resolve multiple threads concurrently for faster feedback cycles.
Quick Start
Use the get-pr-comments.sh script to fetch unresolved comments for your PR (or current branch's PR), then use resolve-pr-thread.sh with a thread ID to mark threads as resolved after changes. Example: ./scripts/get-pr-comments.sh 123; ./scripts/resolve-pr-thread.sh PRRT_kwDOxx...
Dependency Matrix
Required Modules
ghjqruby
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sc-pull-request-skills Download link: https://github.com/kylesnowschwartz/SimpleClaude/archive/main.zip#sc-pull-request-skills Please download this .zip file, extract it, and install it in the .claude/skills/ directory.