Skip to main content
Generalmajesticlabs-dev

ship-it

Complete checkout workflow - runs linting, creates commit, and opens PR

Stars
39
Source
majesticlabs-dev/majestic-marketplace
Updated
2026-05-13
Slug
majesticlabs-dev--majestic-marketplace--ship-it
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-engineer/skills/ship-it/SKILL.md -o .claude/skills/ship-it.md

Drops the SKILL.md into .claude/skills/ship-it.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Ship It!

Execute the complete code shipping workflow using the ship agent:

agent ship "$ARGUMENTS"

Arguments: Pass closes #123 to link and auto-close a GitHub issue when merged.

This agent will:

  1. Detect project type and run linters with auto-fix
  2. Create git commit using /commit command
  3. Open pull request using /create-pr command (with closes reference if provided)

The agent handles Ruby, JavaScript/TypeScript, and Python projects automatically.