just-ship-review

Check out local feature branches, install dependencies, build, and run a dev server for review.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill just-ship-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: just-ship-review
Source: https://github.com/yves-s/just-ship/tree/main/skills/just-ship-review
Command: npx skills add https://github.com/yves-s/just-ship --skill just-ship-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides an end-to-end local review workflow for Just Ship, enabling teams to fetch branches, build, run a dev server, test changes, and decide when to ship.

Core Features & Use Cases

  • Branch discovery and selection for feature, fix, or chore branches.
  • Automated checkout, dependency installation, build, and optional dev-server startup.
  • Guided review loop with user feedback to trigger autonomous shipping or iterative fixes.

Quick Start

Run the /review command to begin selecting branches, load their context, and start the local review workflow.

Frequently Asked Questions about just-ship-review

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

FAQPage Schema
How do I automate local feature branch review and build testing?

To automate local feature branch review, you can run the /review command to discover branches, checkout code, install dependencies, build, and test changes. This workflow handles the dev-server lifecycle to prepare your project for shipping.

What is the best way to run a dev server for local branch testing?

The best way to run a dev server for local branch testing is applying an automated review workflow that manages the dev-server lifecycle. It checks out selected branches, installs dependencies, builds the project, and starts the server for interactive testing.

Can I trigger autonomous shipping after a local branch build?

Yes, you can trigger autonomous shipping after a local branch build. The guided review loop collects your feedback during testing, and upon confirmation, it handles the autonomous shipping process for the prepared feature branches.

Does the local review workflow require specific project configuration?

Yes, the local review workflow requires specific project configuration. It defines required project.json fields and recognizes pipeline options to properly execute automated dependency installation, builds, and dev-server startup for your branches.

How do I select specific feature or fix branches for local review?

To select specific feature or fix branches for local review, you initiate the workflow which automatically discovers and presents available branches. You then choose the target branch to load its context and start the testing process.