Loading...
Loading...
commit changes to git with a message derived from the diff only, ignoring session context like reviews or discussion. Skips hooks with -n by default; --verify runs them. Triggers: /commit, commit changes, save work to git, write a commit message. Flags: --staged/--unstaged for scope, --conventional/--simple for style, --verify to run hooks.
npx skill4agent add prathamdby/skills commit| Flag | Effect |
|---|---|
| Diff staged changes ( |
| Diff unstaged changes ( |
| Conventional commit message ( |
| Plain-English one-liner, no conventional formatting. |
| Run hooks. Off by default; without it, the commit passes |
--staged --conventional--verifygit commit-n--verify-n--no-verify-m-m-m-m-m\n$'...'\n\ngit commit -n -m "feat: add auth flow" \
-m $'- Implement OAuth login\n- Add JWT handling'-m-m--stagedgit diff --cached | cat--unstagedgit diff | catsubjectbody\n./REFERENCE.md--conventional--simple--simplesubjectsubject-mbody-m--verifygit commit -n ...-n--verifygit commit ...-n--no-verifygit commit