Help us improve
Share bugs, ideas, or general feedback.
From torque
Creates a checkpoint commit in the current worktree using torque. Useful for saving work-in-progress state before switching tasks.
npx claudepluginhub runtorque/torqueHow 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.
Manages 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 and restores working directory snapshots using an isolated shadow git repo, without touching the project's git history. Useful for pipeline rollback and state recovery.
Share bugs, ideas, or general feedback.
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.