Loading...
Loading...
Generate a git commit message and ready-to-run git commit command from the actual staged/working diff. Use whenever the user asks for a commit message, commit command, "/git-commit", or "commit this"; supports one-line commits, detailed commits, single-repo projects, and monorepo scoped commit bodies.
npx skill4agent add mrbns/plankit git-commitgit status-mtype(scope): concise summarytype(scope)git log --onelineAdd passkey authentication support-mtype(scope): specific changeadminserverwebsitedocssharedBothFrontendBackendfeatfixrefactorperftestdocsstylechoregit commitgit addgit commit -m "type(scope): concise overall summary"git commit -m "Plain-English overall summary" -m "Describe the problem or motivation and what the full commit changes in normal English.
- type(scope): first specific change
- type(scope): second specific change
- type(scope): third specific change"git commit -m "Plain-English overall summary" -m "Describe the problem or motivation and what the full commit changes in normal English.
- type(scope): first specific change
- type(scope): second specific change
- type(scope): third specific change"bash {...determined git commit format}