Loading...
Loading...
Use when committing changes, staging files, or finishing work in a git worktree. Covers smart commit, multi-concern splitting, sensitive-file guarding, and worktree merge.
npx skill4agent add ralphcrisostomo/nuxt-development-skills git-commitgit status.env**.pem*.key*.p12*.pfx*.tfstate*.tfvarscredentials.jsonserviceAccountKey.json*secret*.gitignore.gitignoregit rm --cached <file>git status
git diff
git diff --cached
git log --oneline -5git add -ufeatfixchoredocsrefactorteststylegit commit -m "$(cat <<'EOF'
type(scope): subject line
Optional body.
Co-Authored-By: Claude <model> <noreply@anthropic.com>
EOF
)"<model>Opus 4.6Sonnet 4.6--no-verify.claude/worktrees/<name>/maingit merge --squash <worktree-branch>git log --oneline -5 && git statusgit worktree remove .claude/worktrees/<name>main--squashmain--no-verify--no-gpg-signgit add -Agit add -uCo-Authored-By