Ship changes to production with full documentation. Commits, pushes, deploys to Vercel, updates changelog automatically.
ship is a Claude Code command. Ship changes to production with full documentation. It includes 2 files and works well with commit, test.
# /ship Command
Ship changes to production with full documentation. Commits, pushes, deploys to Vercel (no cache), updates docs, and adds changelog entry.
## Workflow
Analyze changes → Build → Commit → Push → Deploy (no cache) → Update docs → Update changelog
## Steps
### 1. Analyze Changes
Run in parallel:
```bash
git status
git diff --stat
git diff
```
Understand what changed: files modified/added/deleted, nature of changes (feature, fix, refactor, etc.).
### 2. Build and Verify
```bash
npm run build
```
If build fails, stop and fix errors.
### 3. Commit with Auto-Generated Message
Generate commit message following conventional commits:
- `feat:` new features
- `fix:` bug fixes
- `refactor:` code refactoring
- `style:` styling/UI changes
- `docs:` documentation
- `chore:` maintenance
```bash
git add -A
git commit -m "<type>: <description>"
```
### 4. Push to GitHub
```bash
git push origin main
```
### 5. Deploy to Vercel (Force, No Cache)
```bash
vercel --prod --yes --force
```
The `--force` flag bypasses cached artifacts for a fresh build.
### 6. Verify Deployment
- Wait for deployment URL to be live
- Navigate to production URL
- Take screenshot to verify changes
- Confirm site loads correctly
### 7. Update Project Documentation
Update relevant docs based on changes:
- New features → Update README.md
- API changes → Update API docs
- Config changes → Update setup instructions
Only update docs directly affected by changes.
### 8. Update Changelog
Append entry to `CHANGELOG.md` in Keep a Changelog format:
```markdown
## [Unreleased]
### Added
- New features
### Changed
- Modified functionality
### Fixed
- Bug fixes
### Removed
- Removed features
```
## Output
Provides:
1. Commit hash and message
2. Deployment URL
3. Screenshot of live site
4. Summary of changelog additions
5. Documentation updates made
command.mdmanifest.yamlLGJ-graphics
Lead Gen Jay brand illustration style system — flat SVG with floating UI elements, 30 brand logos, shared component library, Framer Motion animations, and consistent design tokens
brand-image-generator
Generate brand-consistent images using fal
conversion-copywriting
Write copy matched to audience awareness levels using Eugene Schwartz's framework and AIDA structure
dan-kennedy-copywriter
Write high-converting direct response copy using Dan Kennedy's proven principles
design-motion-principles
Expert motion and interaction design auditor based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins
google-tracking
Configure Google tracking (GTM, GA4, tag scanning) and the full tracking infrastructure for Lead Gen Jay pages
hero-section-designer
Design high-converting hero sections combining compelling visuals, Dan Kennedy copy, and clear CTAs
hyros-integration
Add Hyros conversion tracking to opt-in forms, checkout pages, and landing pages
Enter your AI Automation Insiders email to get full access to documentation and the install command.
Lead Gen Jay brand illustration style system — flat SVG with floating UI elements, 30 brand logos, shared component library, Framer Motion animations, and consistent design tokens.
Generate brand-consistent images using fal.ai FLUX.1. Prompt templates for hero images, feature graphics, testimonial photos, and marketing visuals.
Write copy matched to audience awareness levels using Eugene Schwartz's framework and AIDA structure. Headlines for cold vs warm traffic, persuasion by buyer journey stage.
Write high-converting direct response copy using Dan Kennedy's proven principles. PAS framework, urgency tactics, message-to-market matching for sales pages and emails.
Expert motion and interaction design auditor based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. Reviews UI animations, transitions, hover states against industry best practices.
Configure Google tracking (GTM, GA4, tag scanning) and the full tracking infrastructure for Lead Gen Jay pages.
Design high-converting hero sections combining compelling visuals, Dan Kennedy copy, and clear CTAs. Above-fold optimization where 80% of conversion decisions start.
Add Hyros conversion tracking to opt-in forms, checkout pages, and landing pages. Server-side lead tracking via API, client-side checkout intent, and Whop purchase integration.
AI Automation Insiders members get unlimited access to all exclusive skills, commands, and agents — plus weekly updates.
Already a member? Scroll up to enter your email.