agentsclimarketplace

Commit

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/0xmsc/commit

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.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.0 KB, 216 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it

16.1 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 3 files and may be more.

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.