skills/smithery.ai/sdlc:checkpoint

sdlc:checkpoint

SKILL.md

Checkpoint

Save current work in progress to remote. Creates a commit and pushes but does NOT create a PR.

Workflow

  1. Verify branch state - Must be on a feature branch, not main
  2. Check for changes - Confirm there is something to commit
  3. Commit and push - Stage, commit, and push to remote

Step 1: Verify Branch State

Follow Branch Verification.

If CURRENT_BRANCH equals BASE_BRANCH, stop with error: "Cannot checkpoint on default branch. Create a feature branch first."

Step 2: Check for Changes

Installs
2
First Seen
Mar 21, 2026