review-and-ship

Automate code review, test validation, and PR creation in Git workflows.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill review-and-ship-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-and-ship
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/review-and-ship
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill review-and-ship-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review current branches for bugs, intent alignment, and test coverage; prepare focused changes, run tests, and push or open PRs to ship confidently.

Core Features & Use Cases

  • Automated verification: gather context, run targeted tests, and verify changes before shipping.
  • Selective commits: craft concise, focused commits and push updates or open PRs for review.
  • PR readiness and governance: ensure changes align with intent, pass checks, and trigger reviews.

Quick Start

Start by reviewing the feature branch locally, run targeted tests, fix issues, commit changes, and open or update a PR.

Frequently Asked Questions about review-and-ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review and pull request readiness checks for a git feature branch?

To automate code review and pull request readiness, the Skill validates feature branches against tests and PR rules. It gathers context, runs targeted tests, applies deterministic checks, and ensures changes align with intent before pushing or opening PRs.

What's the best way to verify bugfix changes pass tests before opening a PR?

The best way to verify bugfix changes before opening a PR is to run selective, targeted tests against the code diff. The Skill coordinates this by enforcing deterministic checks on the specific changes, ensuring test coverage and intent alignment before pushing updates.

Can I use this to create selective commits across a pre-merge validation workflow?

Yes, you can use this for pre-merge validation workflows to craft selective commits. The Skill automates the end-to-end review process by enforcing deterministic checks, creating concise focused commits, and coordinating reviewer feedback before final PR creation.

Does this automated review workflow require external dependencies to validate code changes?

No external dependencies are required to validate code changes. The Skill operates independently across a typical Git workflow, coordinating tests, diffs, and reviewer feedback natively to enforce PR readiness and governance for feature branches and bugfixes.

When should I not use an automated end-to-end review and ship workflow for my code changes?

You should not use an automated review and ship workflow if your code changes require manual, non-deterministic validation logic outside of standard Git workflows. The Skill enforces deterministic checks and relies on targeted tests, making it unsuitable for unscripted validation scenarios.