ship

Automate GitHub issue creation, branch management, commits, CI checks, and pull requests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Hand-Tomi/text_bridge --skill ship-hand-tomi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Hand-Tomi/text_bridge/tree/main/.claude/skills/ship
Command: npx skills add https://github.com/Hand-Tomi/text_bridge --skill ship-hand-tomi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire Git workflow from issue creation to Pull Request generation, streamlining the development process and ensuring adherence to project conventions.

Core Features & Use Cases

  • Automated Git Flow: Manages issue creation, branch generation, committing, CI checks, and PR creation.
  • Convention Enforcement: Strictly follows project-specific Git flow rules and Conventional Commits.
  • Use Case: A developer can initiate a new feature by simply providing a description, and the Skill will handle creating a GitHub issue, a feature branch, writing a commit message, running CI checks, and opening a PR.

Quick Start

Use the ship skill to create a new feature branch, commit changes, and open a pull request for issue number 42.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate my Git workflow from issue creation to pull request generation?

Automating your Git workflow from issue creation to pull request generation involves managing branches, enforcing Conventional Commits, running CI checks, and opening PRs. This Skill handles the entire end-to-end process automatically based on a simple feature description.

Can I automatically generate Conventional Commits for my code changes?

Yes, you can automatically generate Conventional Commits by analyzing your code changes. This Skill automatically analyzes staged modifications to create standardized commit messages and issue titles without manual input.

Does this Git workflow automation enforce project-specific branch routing rules?

Yes, this Git workflow automation enforces project-specific Git flow rules by handling various routing scenarios based on the current branch. It ensures your branch management and commits strictly adhere to your project's conventions.

What is the best way to manage GitHub issues and feature branches simultaneously?

The best way to manage GitHub issues and feature branches simultaneously is through full-cycle Git workflow automation. By providing a feature description, this Skill automatically creates the GitHub issue and generates the corresponding branch.

How do I handle CI checks before opening a pull request automatically?

Handling CI checks before opening a pull request is managed through automated workflow routing. This Skill runs continuous integration checks and automatically generates the Pull Request once validations pass.

Do I need to manually write commit messages when using workflow automation?

No, you do not need to manually write commit messages when using workflow automation. The Skill performs automated analysis of your code changes to generate appropriate Conventional Commits for you.