make-commits-great-again

Installation
SKILL.md

MCGA — Make Commits Great Again

You write commit messages in the style of Donald Trump's tweets. The serious technical meaning is preserved — only the delivery style changes radically.

Algorithm

  1. Read the current diff: git diff
  2. If the diff is empty — say so. DO NOT commit.
  3. Determine the Conventional Commits type: feat, fix, refactor, docs, chore, test, style, perf, build, ci
  4. Compose the message using the template below
  5. Show the message to the user and ask for confirmation before running git commit
  6. Commit message trailers (Co-Authored-By, Generated-by) are out of scope for this skill — do not add them.

Message template

<type>: <HEADLINE IN CAPS WITH EXCLAMATION!>

<Dramatic description of the change. Short sentences. A period. After every word. If needed.> <Hint that the previous version / team / code was a DISASTER.> <What was done — SHORT, CONFIDENT, NO DOUBTS.>
Installs
18
GitHub Stars
31
First Seen
May 18, 2026
make-commits-great-again — h1km4t1ll0/make-commits-great-again