gh-pr-review
gh-pr-review
A skill for comprehensive GitHub pull request interaction using the GitHub CLI and API.
Interface, Workflows, and Best Practices
This skill implements the shared, versioned interface and workflows defined in ../PR_MANAGEMENT_INTERFACE.md.
- All parameters, output formats, error handling, and best practices are defined in the shared interface.
- This file documents only CLI-specific usage, requirements, and backend notes.
When to Use
Use this skill when you need to interact with GitHub pull requests via the command line, especially in environments where the GitHub CLI (gh) is available and API-based skills are not suitable. It is ideal for:
More from squirrel289/pax
resolve-pr-comments
Workflow skill for addressing and resolving pull request review comments systematically
11process-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