From torque
Creates a checkpoint commit in the current worktree using `torque worktree checkpoint`. Accepts an optional message argument to describe what was checkpointed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/torque:checkpointThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a checkpoint commit in the current worktree.
Create a checkpoint commit in the current worktree.
Run: torque worktree checkpoint
If $ARGUMENTS is provided, mention it as context for what was checkpointed.
Report the result: success or failure, and how many checkpoints exist now.
npx claudepluginhub runtorque/torqueManages Git checkpoints via tags: create before risky refactors or multi-step work, restore for rollbacks, list, and clean. Uses Bash for safe Git operations.
Saves checkpoints by staging changes, committing with conventional messages, auto-detecting or specifying version bumps (patch/minor/major), pushing with protected branch checks, and creating PRs. Use for quick shipping of clean, tested work.
Creates a mid-session git commit and handoff note to save progress before risky changes, refactors, or task switches. Use instead of /wrap-up when continuing the session.