# Ship It

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

- Skill: `majesticlabs-dev/ship-it` (Agent Skill)
- Install (CLI): `npx skillmds@latest add majesticlabs-dev/ship-it`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majesticlabs-dev/ship-it/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majesticlabs-dev (https://skillmd.com/u/majesticlabs-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/majesticlabs-dev/ship-it

---


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

