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.