# review-and-ship

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars · Updated 2026-08-25

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

## Install

```sh
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
```

## 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.

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/review-and-ship/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [advisor](https://omgskills.com/skills/cursor/plugins/advisor/skills/advisor/index.md) — Advisor mode.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7k stars
- [architect](https://omgskills.com/skills/cursor/plugins/architect/index.md) — Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 6.9k stars
- [arena](https://omgskills.com/skills/cursor/plugins/arena/index.md) — Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars
