Loading...
Loading...
Create safe Conventional Commit messages and commits from current working tree changes.
npx skill4agent add samuerio/.dotfiles commit-workflow<type>(<scope>): <summary>typefeatfixdocsrefactorchoretestperfbuildciscopeapiparseruigitsummary.envgit statusgit diffgit diff --stagedgit log -n 50 --pretty=format:%sgit statusgit status
git diff
git diff --staged
git log -n 50 --pretty=format:%s
git add <paths>
git commit -m "<type>(<scope>): <summary>"
git status