Loading...
Loading...
Read this skill before creating any git commit to ensure the commit message matches the project's established patterns. Triggers on: git commit, /commit, creating commits, or any task that results in a git commit.
npx skill4agent add zetavg/agent-skills git-commit-message-follow-project-conventiongit-commitgit-commitgit --no-pager log --oneline -30type(scope): descriptionfeat: add login pagefix(auth): resolve token expiry[PROJ-123] Fix bug[Feature] Add searchfix: add validationfix: Add validationGitHubgithubgit log -3000 --format='%s' | sed -nE 's/^(([a-z]+)?(\([^)]+\))?):.*/\1/p' | grep . | sort | uniq -c | sort -rn | head -50add featureadded featureREADME.mdprocess_data()