Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mattforni

    sdlccheckpoint

    mattforni/sdlccheckpoint
    Productivity
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Save work in progress with commit and push (no PR)

    SKILL.md

    Checkpoint

    Save current work in progress to remote. Creates a commit and pushes but does not create a PR. This is useful for backing up work, switching contexts, or sharing progress before a formal review.

    Workflow

    1. Verify branch state on a feature branch, not main
    2. Check for changes to confirm there is something to commit
    3. 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

    git status --porcelain
    

    If output is empty, stop: "No changes to checkpoint. Working directory is clean."

    Show the user what will be committed:

    git diff --stat
    

    Step 3: Commit and Push

    Follow Commit and Push.

    Output

    Checkpoint saved to <branch-name>
    Commit: <short-hash> <message>
    
    Recommended Servers
    InstantDB
    InstantDB
    Gitlab
    Gitlab
    Miro
    Miro
    Repository
    mattforni/skillset
    Files