Loading...
Loading...
Create git commits using conventional commits with scopes. Use when the user asks to commit, make a commit, save changes, or any git commit operation. Never include Co-Authored-By lines, AI agent mentions, or any reference to Claude, AI, or automated tooling in commit messages.
npx skill4agent add bresends/skills git-commitCo-Authored-Bytype(scope): subject
body (optional)| Type | Use for |
|---|---|
| New feature |
| Bug fix |
| Code change that neither fixes nor adds |
| Documentation only |
| Formatting, semicolons, no code change |
| Adding or updating tests |
| Build, tooling, deps, no production code |
| Performance improvement |
| CI/CD configuration |
authapidblogincheckoutsearchuiservercligit statusgit diff --stagedgit diffgit add .git add -Agit commit -m "$(cat <<'EOF'
type(scope): subject
optional body
EOF
)"feat(auth): add password reset flow
Allow users to reset their password via email link.
Tokens expire after 30 minutes.fix(api): handle null response from payment gatewayrefactor(db): extract query builder into separate modulechore(deps): upgrade react to v19