shift
Installation
SKILL.md
Process Laravel Shift PR #$ARGUMENTS
Review and process this Laravel Shift pull request from this repo.
Step 1: Fetch PR Details
Use gh CLI to:
- Get the PR description and diff:
gh pr view $ARGUMENTS --comments - Get all comments on the PR for any additional instructions
- Review the changed files:
gh pr diff $ARGUMENTS
Step 2: Check for Uncommitted Changes
Before checking out the PR branch, verify the working directory is clean:
git status --porcelain