mcpbeat

Commit

aiskillstore/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.

This is a copy. The original lives at comeonoliver/commit.

5k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill commit

What comes with it

19 673 bytes besides the instruction
assets/commit-template.txt
references/conventional-commits.md
skill-report.json

The instruction itself

4 sections, as written by the author

Commit Skill

Workflow

  • Analyze Results: Review git status and git diff --staged.
  • 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).
  • Atomic Commits: Ensure one logical change per commit.
  • 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.

How to use it

Copy the folder

Take aiskillstore/commit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.