This skill guides an agent through a pragmatic pre-release review and shipping workflow. It helps gather context (diffs, uncommitted changes, recent commits), run or add targeted tests, assess correctness/regressions/security, fix critical issues, and push a concise, focused commit and PR. The output is a clear findings summary and the PR URL.
Use this skill when preparing a branch for merging or release: after implementing features or fixes, before creating/updating a pull request, or when validating that changes meet correctness and test coverage expectations. It’s suitable for small-to-medium diffs and can scale by spawning parallel subagents for large reviews.
Likely works with general developer-focused agents (Copilot-style or code-capable assistants) and any agent with git/gh access for running checks and creating PRs.
A code review and PR workflow skill from Cursor's team kit. Clean, well-structured SKILL.md with clear trigger, workflow steps, suggested commands, and guardrails. No bundled scripts — relies on standard git/gh CLI tools. No security concerns; all suggested commands are read-only operations. Solid utility for developers doing review-and-ship workflows, though not unique in the ecosystem.
No scripts to test. Static analysis only. Skill is straightforward and well-written for its scope.