Loading...
Loading...
Stage changes, draft conventional commit messages, and commit with user confirmation. Use when user types /commit, asks to commit changes, or mentions creating a git commit.
npx skill4agent add ishakantony/skills commit/commitgit add -Agit statusgit diff --stagedtype(scope): subjectquestiongit commit -m "message"git add -Agit statusgit diff --stagedgit log --oneline -5type(scope): subject## Changes to be committed
<git status output>
## Proposed commit message
<type>(<scope>): <subject>
<type>: <description of why>questiongit commit -m "message"git push--no-verify.env