# Shipit

> Branch, commit the code, push it, and make a PR

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

---


When the code is done and is not building on existing commits:

1. Pull the latest from main.
2. Make a branch using the format $ISSUE_NUMBER-this-describes-the-issue-$ISO-8601-DATE-WITHOUT-DASHES. E.g.: 123-fix-typo-20261017
3. Commit the work to the branch in small logical commits.
4. Push the branch
5. Make a draft PR using the Github Template

