implement-ship-all

Automate sequential feature phases from implementation through CI monitoring and merging.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/matthiaskloft/claude-skills --skill implement-ship-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-ship-all
Source: https://github.com/matthiaskloft/claude-skills/tree/main/workflow-automation/skills/implement-ship-all
Command: npx skills add https://github.com/matthiaskloft/claude-skills --skill implement-ship-all

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of implementing and shipping multiple development phases sequentially, from coding to merging, minimizing manual intervention.

Core Features & Use Cases

  • End-to-End Automation: Manages the complete Plan/Implement/Ship workflow autonomously.
  • Phased Development: Implements and ships each phase of a feature one by one, ensuring sequential integration.
  • Use Case: You have a feature defined in a plan document with 5 phases. Use this skill to automatically implement each phase, create a pull request, monitor its CI, and merge it, before starting the next phase, until the entire feature is shipped.

Quick Start

Use the implement-ship-all skill to autonomously build and merge all remaining phases from the current plan.

Frequently Asked Questions about implement-ship-all

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

FAQPage Schema
How do I automate git workflow and CI/CD for multi-phase feature development?

To automate a multi-phase git workflow, this Skill orchestrates sequential feature implementation, testing, and shipping. It manages inter-phase dependencies, PR creation, CI monitoring, and merging to achieve fully automated feature delivery with minimal manual intervention.

Can I automatically create and merge pull requests for each development phase?

Yes, you can automatically create and merge pull requests for each development phase. The Skill sequentially implements each phase, creates a PR, monitors its CI status, and merges it before starting the next phase until the entire feature is shipped.

Do I need GitHub CLI and Git to automate sequential feature shipping?

Yes, you need both Git and GitHub CLI to automate sequential feature shipping. These tools are required dependencies for the Skill to execute its automated development workflow, manage branches, create pull requests, and handle merges.

What is the best way to manage inter-phase dependencies in automated CI/CD pipelines?

The best way to manage inter-phase dependencies in automated CI/CD pipelines is using an orchestration Skill like this one. It coordinates multi-phase development workflows by ensuring each phase is successfully implemented and merged before initiating the next dependent phase.

How does automated CI monitoring work during GitHub pull request workflows?

Automated CI monitoring during GitHub pull request workflows works by autonomously tracking the CI status of each newly created PR. The Skill waits for CI checks to pass before merging the pull request and proceeding to the next implementation phase.