committing-changes

Installation
SKILL.md

Committing Changes

Auto-stage, validate, and commit changes. Pass --push to also push and monitor CI.

Workflow

1. Detect VCS

if jj root 2>/dev/null; then
  # USE JJ WORKFLOW
else
  # USE GIT WORKFLOW
fi

CRITICAL: Always use -m flag with jj to prevent editor from blocking.

2. Clean Up Checkpoints

Related skills

More from trevors/dot-claude

Installs
1
GitHub Stars
7
First Seen
Mar 21, 2026