LGJ Exclusive Skill
Lead Gen Jay
Back to Skills Marketplace

ship

LGJ Exclusive
Commandv1.0

Ship changes to production with full documentation. Commits, pushes, deploys to Vercel, updates changelog automatically.

Tagsvercelgitdeploychangelogproduction
Categoriesdeploymentworkflowlgj-exclusive
Works Withcommittest

ship is a Claude Code command. Ship changes to production with full documentation. It includes 2 files and works well with commit, test.

Documentation

# /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

Ru
n 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

Unlock This Skill

Enter your AI Automation Insiders email to get full access to documentation and the install command.

Full documentationInstall commandPriority updates

More Exclusive Skills

LGJ-graphics

LGJ
Skill

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

LGJ
Skill

Generate brand-consistent images using fal.ai FLUX.1. Prompt templates for hero images, feature graphics, testimonial photos, and marketing visuals.

conversion-copywriting

LGJ
Skill

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.

dan-kennedy-copywriter

LGJ
Skill

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.

design-motion-principles

LGJ
Skill

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.

google-tracking

LGJ
Skill

Configure Google tracking (GTM, GA4, tag scanning) and the full tracking infrastructure for Lead Gen Jay pages.

hero-section-designer

LGJ
Skill

Design high-converting hero sections combining compelling visuals, Dan Kennedy copy, and clear CTAs. Above-fold optimization where 80% of conversion decisions start.

hyros-integration

LGJ
Skill

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.

Unlock This Skill + 50 More

AI Automation Insiders members get unlimited access to all exclusive skills, commands, and agents — plus weekly updates.

Join AI Automation Insiders

Already a member? Scroll up to enter your email.