omgskills Get the Mac app
Skill

review-and-ship

@cursor 2.4k stars Updated 2026-07-23 Author match: High

Review the current branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or update a PR.

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/review-and-ship ~/.claude/skills/review-and-ship

View on GitHub

From README

Review and ship Trigger Reviewing changes before shipping. Close key issues, verify behavior, and open or update a PR. Workflow Gather context: diff against base branch, uncommitted changes, recent commits, changed files, and user intent from recent relevant chats if useful. Run targeted tests for changed behavior. If no focused tests exist, decide whether to add them or document the gap. Review for correctness, regressions, security, and intent fit. Use parallel subagents for larger diffs. Fix critical issues before finalizing and re-run affected tests. Commit selective files with a concise message. Push branch and open or update a PR. Suggested Checks Guardrails Prioritize correctness, security, and regressions over style-only comments. Keep commits focused and avoid unrelated file changes. If pre-commit checks fail, fix the issues rather than bypassing hooks. Use gh pr checks instead of GitHub Actions-only commands when judging PR readiness.

More from this repo