← All Workflows Ship Lane

Ship with Confidence

Individual git operations skills: smart commits, structured PRs with custom templates, and semantic versioning with changelogs. Or use /ship-sdlc to run the full pipeline in one command.

PLAN REVIEW SHIP informs executes configures findings to staged for merged then feeds into fixes flow into or ship directly release after approved, then invokes invokes invokes invokes conditionally invokes invokes /jira-sdlc Create & manage Jira issue… INTEGRATIONS /plan-sdlc Write implementation plans PLANNING /execute-plan-sdlc Execute plans with paralle… PLANNING /setup-sdlc Configure review dimension… REVIEW /review-sdlc Multi-dimension code revie… REVIEW /received-review-sdlc Process review feedback REVIEW /commit-sdlc Smart commit message gener… GITOPS /pr-sdlc Create structured pull req… GITOPS /version-sdlc Bump version and create re… GITOPS /ship-sdlc Full pipeline orchestrator WORKFLOWS
Full Pipeline

Want to run commit, review, version, and PR as one automated flow? See /ship-sdlc — the full orchestration workflow.

Individual Skills

Each pipeline step is a standalone skill. Use them independently when you don't need the full pipeline.

1

Commit with /commit-sdlc

Stashes unstaged changes, analyzes the staged diff alongside recent commit history to detect the project's commit style, then generates a matching commit message. You review and approve before the commit executes. The stash is restored after.

2

Open PR with /pr-sdlc

Analyzes all branch commits and the full diff to generate a structured PR description. Uses an 8-section default template or your custom template from /setup-sdlc --pr-template. Handles multi-account GitHub setups automatically.

3

Release with /version-sdlc

Detects the version source file, analyzes conventional commits since the last tag to infer the bump type (major/minor/patch), and presents a release plan for approval. On approval: bumps the version file, creates an annotated git tag, and pushes to origin.

One-Time Setup

Run /setup-sdlc --pr-template once per project to create a custom PR description template at .claude/pr-template.md. It scans your existing PR conventions, proposes a tailored template, and lets you refine it interactively. Once saved, /pr-sdlc uses it automatically for all future PRs.