From sdd-git-commit
______________________________________________________________________
How this command is triggered — by the user, by Claude, or both
Slash command
/sdd-git-commit:commitThe summary Claude sees in its command listing — used to decide when to auto-load this command
______________________________________________________________________ ## name: commit description: Run the professional SDD Git commit workflow # SDD Git Commit This command activates the `sdd-git-commit` skill to orchestrate a professional commit workflow. ## Usage Or naturally: ## Workflow 1. **Hygiene**: Check for secrets/junk in the diff. 1. **Lint**: Run project linting (if available). 1. **SDD Gate**: Sync source code with specifications. 1. **State Tracking**: Update CHANGELOG, TODO, and Session Memos. 1. **Commit**: Generate a Conventional Commit message and commit. 1. *...
This command activates the sdd-git-commit skill to orchestrate a professional commit workflow.
/ck:commit
Or naturally:
Commit my changes
Wrap up this task and commit
npx claudepluginhub kimcharli/ck-skills --plugin sdd-git-commit/sweepPerforms pre-commit cleanup: audits diff/logs/debug, removes dead code/TODOs, lints strictly, runs tests, commits with conventional messages.
/commitAnalyzes git changes to generate conventional commit messages, stages files appropriately, runs pre-commit checks like linting and tests, and creates atomic commits.
/commitDisplays detailed guidelines and step-by-step process for writing high-quality Git commit messages, including analysis, regression checks, and formatting rules.
/commitCommits git changes following best practices for staging, conventional messages, and hooks using the git:commit skill.
/commitStages and commits changes from the current session with a conventional commit message and co-author attribution.
/commitStages unstaged changes based on git status and diff analysis, then creates a commit with a generated message. Uses current branch and recent commit history for context.