Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:40
forks:8
updated:February 11, 2026 at 08:36
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | resolve_pr_parallel |
| description | Resolve all PR comments using parallel processing |
[optional: PR number or current PR]
Resolve all PR comments using parallel processing.
Claude Code automatically detects and understands your git context:
Get all unresolved comments for PR
gh pr status
bin/get-pr-comments PR_NUMBER
Create a TodoWrite list of all unresolved items grouped by type.
Spawn a pr-comment-resolver agent for each unresolved item in parallel.
So if there are 3 comments, it will spawn 3 pr-comment-resolver agents in parallel. liek this
Always run all in parallel subagents/Tasks for each Todo item.
Last, check bin/get-pr-comments PR_NUMBER again to see if all comments are resolved. They should be, if not, repeat the process from 1.