ship-go

Execute plan, build, and verify stages for software features.

9|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dilhanz/ship --skill ship-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-go
Source: https://github.com/dilhanz/ship/tree/main/.claude/skills/ship-go
Command: npx skills add https://github.com/dilhanz/ship --skill ship-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire development workflow for a feature, from planning through verification, reducing manual intervention and ensuring a consistent process.

Core Features & Use Cases

  • End-to-End Automation: Executes plan, build, and verify steps sequentially.
  • Feature-Specific Execution: Can target a specific feature or auto-detect the active one.
  • Use Case: After defining a feature's requirements and plan, use this Skill to automatically implement, test, and verify the code changes without further manual commands.

Quick Start

Use the ship-go skill to auto-run the plan, build, and verify steps for the feature named 'user-authentication'.

Frequently Asked Questions about ship-go

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

FAQPage Schema
How do I automate the feature development workflow from planning to verification?

Automating the feature development workflow involves sequentially executing the plan, build, and verify stages. This skill reads workflow instructions from a specified markdown file to automatically implement and test code changes without manual intervention.

How does auto-detection work for active feature implementation?

Active feature implementation auto-detection dynamically determines the target feature when one is not explicitly provided. It reads instructions from a markdown file to identify the active feature and continues through the build and verify stages.

Can I execute feature-specific build and verify steps dynamically?

You can execute feature-specific build and verify steps by targeting a named feature or relying on auto-detection. The process supports Bash, Glob, Grep, and Agent tools to interactively run tasks and verify code changes.

What is the best way to ensure a consistent development workflow process?

Ensuring a consistent development workflow process requires reading standardized instructions from a markdown file to govern execution. This reduces manual commands by automating the plan, build, and verify stages sequentially for each feature.

Do I need a markdown file to run the automated feature implementation workflow?

You need a markdown file containing workflow instructions to run the automated feature implementation. The skill reads this file to dynamically determine the active feature and execute the required plan, build, and verify steps.

When should I not use an automated workflow for feature development?

You should not use an automated workflow for feature development when manual intervention is required for complex logic or interactive debugging. The process is designed for sequential plan, build, and verify execution based on predefined markdown instructions.