Install
openclaw skills install skills-sh:cursor/plugins/review-and-shipReview and ship ## Trigger Reviewing changes before shipping. Close key issues, verify behavior, and open or update a PR. ## Workflow 1. Gather context: diff against base branch, uncommitted changes, recent commits, changed files, and user intent from recent relevant chats if…
openclaw skills install skills-sh:cursor/plugins/review-and-shipReviewing changes before shipping. Close key issues, verify behavior, and open or update a PR.
git fetch origin main
git diff origin/main...HEAD
git status
gh pr checks --json name,bucket,state,workflow,link
gh pr checks instead of GitHub Actions-only commands when judging PR readiness.e31650eea443