Contains Shell Commands
This skill contains shell command directives (
!command
) that may execute system commands. Review carefully before installing.
Git Commit
Create a single, well-crafted git commit from the current working tree changes.
Context
On platforms other than Claude Code
, skip to the "Context fallback" section below and run the command there to gather context.
In Claude Code
, the five labeled sections below (Git status, Working tree diff, Current branch, Recent commits, Remote default branch) contain pre-populated data. Use them directly throughout this skill -- do not re-run these commands.
Git status:
!
git status
Working tree diff:
!
git diff HEAD
Current branch:
!
git branch --show-current
Show more
ce-commit
安装
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-commit