commit | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / commit

commit

maintained by aiskillstore

star 124 account_tree 6 verified_user MIT License
bolt View GitHub

name: commit description: Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent needs to help with git commits, commit message writing, or git workflow guidance.

Commit Skill

Workflow

  1. Analyze Results: Review git status and git diff --staged.
  2. Draft Message: Follow Conventional Commits.
    • feat, fix, docs, style, refactor, test, chore.
    • Max 50 chars for subject.
    • Explain "why" in body if needed (wrap at 72).
  3. Atomic Commits: Ensure one logical change per commit.
  4. Templates: Use assets/commit-template.txt for consistency.

Safe Git Commands

  • git add <files>
  • git commit -m "message"
  • git diff --staged
  • git status, git show, git log --oneline

Limitations

  • No interactive commands (git add -p, git rebase -i).
  • No force pushing or amending without explicit user guidance.
  • Always confirm before final commit/push.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 124
GitHub Forks 6
Created Jan 2026
Last Updated il y a 4 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
pr

pr

MoonshotAI
star 6.1k
chevron_right
docker-expert
chevron_right
glm-coding-agent
chevron_right
drafting-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.