gsd-ship

Push branches, generate PR bodies, trigger reviews, and track merges.

Updated Jan 28, 2025
One-click install
npx skills add https://github.com/aslaii/dotfiles --skill gsd-ship-aslaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ship
Source: https://github.com/aslaii/dotfiles/tree/main/claude/skills/gsd-ship
Command: npx skills add https://github.com/aslaii/dotfiles --skill gsd-ship-aslaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the finalization gap between local completion and a merged PR after verification passes.

Core Features & Use Cases

  • Bridge local completion → merged PR and track status through verification.
  • Push the feature branch, generate a PR body, optionally trigger a review, and monitor the merge.
  • Use case: after finishing a feature locally, run the gsd-verify-work step and then ship to a clean, approved PR ready for merge.

Quick Start

Run the gsd-ship workflow after the verification step completes to push the branch, create a PR with a generated body, and monitor the merge.

Frequently Asked Questions about gsd-ship

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

FAQPage Schema
How do I automate pushing a Git branch and creating a pull request after verification?

To automate pushing a Git branch and creating a pull request, you can use a workflow that bridges local completion to a merged PR by pushing the feature branch, generating a PR body, and tracking the merge status after verification passes.

What is the best way to track a pull request merge status after automated verification?

Tracking a pull request merge status after automated verification involves a workflow that monitors the merge process once the feature branch is pushed and the PR is created, ensuring the work is ready for a clean merge.

How do I generate a pull request body automatically from local feature work?

You can generate a pull request body automatically by running a ship workflow that takes your locally completed feature work, pushes the branch, and creates the PR with a generated body to trigger reviews.

Can I trigger a code review automatically when creating a PR from a local branch?

Yes, you can trigger a code review automatically when creating a PR from a local branch by using a workflow that pushes your feature branch and optionally triggers a review as part of the PR creation process.

Does this PR creation workflow require a separate verification step before shipping?

Yes, this PR creation workflow requires a separate verification step to run first, ensuring that the work is bridged to a clean, approved PR ready for merge only after verification passes.