shine-ship

Automate the ship cycle from branch creation to merged pull request.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-ship
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-ship
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the ship cycle from branch creation to a merged pull request by pushing the feature branch, generating an auto-generated PR body, and coordinating post-verification steps.

Core Features & Use Cases

  • Pushes a feature/branch, creates a PR with an autogenerated description, and optionally triggers a code-review pipeline.
  • Tracks the merge status and records post-merge outcomes to ensure delivery reliability.
  • Use Case: after local verification passes, ship the work by merging into the mainline with an automated, auditable PR trail.

Quick Start

Trigger the shine-ship workflow on your feature branch to automatically push, generate a PR body, and start the review pipeline after verification.

Frequently Asked Questions about shine-ship

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

FAQPage Schema
How do I automate creating a pull request and merging a feature branch?

Automating a pull request and merge involves pushing the branch, generating a PR body, and tracking the merge status. This delivers a deterministic workflow that coordinates post-verification steps for reliable code delivery.

What is the best way to generate a PR body automatically during a CI workflow?

The best way to auto-generate a PR body during a CI workflow is using a deterministic ship cycle tool that pushes the feature branch and creates the PR. This ensures delivery reliability with an auditable PR trail.

Can I trigger a code review pipeline automatically after creating a PR?

Yes, you can trigger a code review pipeline automatically after creating a PR. The workflow optionally triggers the code-review pipeline after verification passes, ensuring an auditable PR trail and tracking post-merge outcomes.

How do I track merge status and post-merge outcomes in an automated workflow?

To track merge status and post-merge outcomes, the automated workflow records delivery reliability data after the PR is merged. This provides an auditable PR trail from branch creation through the mainline merge.

Do I need any specific dependencies to automate my branch to merge ship cycle?

No specific dependencies are required to automate the ship cycle from branch creation to a merged pull request. The workflow operates independently to push branches, generate PRs, and coordinate code reviews across typical CI workflows.