---
title: "ship 1"
description: "Execute a complete feature shipping workflow from code to production deployment."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/ship-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:45.446Z
license: CC-BY-4.0
attribution: "ship 1 — Claudary (https://claudary.paisolsolutions.com/skills/ship-1)"
---

# ship 1
Execute a complete feature shipping workflow from code to production deployment.

## Overview

Execute a complete feature shipping workflow from code to production deployment.

## Steps


1. Verify the feature is ready to ship:
2. Prepare the release:
3. Run pre-deployment checks:
4. Deploy to staging:
5. Deploy to production:
6. Post-deployment verification:
7. Announce the release to stakeholders.

## Format


```
Feature: <name>
Version: <version>
Deployment:
  Staging: <status>
```


## Rules

- Never ship without passing tests and code review.
- Always deploy to staging before production.
- Have a documented rollback plan before deploying.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/ship-1) · https://claudary.paisolsolutions.com
