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:

  1. Get the PR description and diff: gh pr view $ARGUMENTS --comments
  2. Get all comments on the PR for any additional instructions
  3. 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
Installs
10
First Seen
Feb 25, 2026