PR Review Integration
Installation
SKILL.md
PR Review Integration
Review pull requests by integrating GitHub operations with Linear issue tracking. Validate code changes against project requirements and provide comprehensive reviews.
Prerequisites
- GitHub CLI (
gh) installed and authenticated - Linear MCP server configured and available
- Access to both GitHub repository and Linear workspace
Complete PR Review Workflow
Step 1: Extract Context from PR
Get PR details:
gh pr view <pr-number> --json title,body,author,state,baseRefName,headRefName