resolve-pr-comments
Resolve PR Comments
A workflow skill that systematically addresses and resolves all review comments on a pull request.
Purpose
Automates the process of reviewing, addressing, and resolving PR review feedback by composing multiple general-purpose skills into a cohesive workflow.
When to Use
Use this workflow when:
- PR has received review comments that need to be addressed
- You want to systematically work through all feedback
- You need to resolve threads after making changes
- PR is blocked on unresolved review comments
Skill Composition
More from squirrel289/pax
gh-pr-review
Interact with GitHub pull requests for review, comment management, and merge operations
10process-pr
End-to-end workflow for processing pull requests from review to merge
10copilot-pull-request
Skill for managing GitHub pull requests and issues using Copilot's built-in PR/issue APIs. Provides structured, agent-native operations for review, comment, resolve, and merge workflows.
10pull-request-tool
Unified skill for managing GitHub pull requests and issues. Uses Copilot's native PR/issue APIs when available, and falls back to gh-pr-review CLI otherwise. Ensures maximum compatibility and agent-native features.
10parallel-execution
CRITICAL skill for executing multiple runSubagent calls in a SINGLE function_calls block for true parallelism. Essential for efficient multi-task workflows, subagent coordination, and maximizing throughput.
10sequential-execution
Execute dependent tasks in order where each task relies on previous results
10