git404hub

what is make-commits-great-again fr?

h1km4t1ll0/make-commits-great-again — explained in plain English

Analysis updated 2026-05-18

21Audience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

Joke Agent Skill for Claude Code and other AI coding tools that rewrites git commit messages in a loud Trump-tweet style while keeping Conventional Commits prefixes accurate.

vibe map

mindmap
  root((mcga))
    Inputs
      Staged diff
      Chat language
    Outputs
      Loud commit message
      Conventional prefix
      BREAKING CHANGE footer
    Use Cases
      Personal side projects
      Hobby repos
      Demos
    Tech Stack
      Agent Skills
      Claude Code
      Cursor
      Markdown

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Rewrite hobby project commit messages in a dramatic Trump-tweet voice

VIBE 2

Get Conventional Commits prefixes auto-picked from a git diff

VIBE 3

Generate the same loud style in different languages based on chat locale

VIBE 4

Switch the skill off for production repos and keep neutral messages

what's the stack?

Agent SkillsClaude CodeMarkdown

how it stacks up fr

h1km4t1ll0/make-commits-great-again0whitedev/detranspiler0xluk3/zk-resources
Stars212121
LanguagePython
Setup difficultyeasyhardeasy
Complexity1/54/51/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Install with npx skills add or copy SKILL.md into the user-level skills directory of any Agent Skills compatible tool.

WTFPL license, do what you want with it.

in plain english

Make Commits Great Again, shortened to MCGA, is a joke skill for AI coding assistants. It rewrites your git commit messages in a dramatic style modeled on Donald Trump's tweets, with capital letters and words like SAD or TREMENDOUS, while keeping the technical content accurate. The README is explicit that the style is loud but the facts stay true to your diff. To install you run npx skills add h1km4t1ll0 slash make commits great again. After that, in Claude Code, when you have staged changes and type make a commit or just mcga, the skill activates on its own. It reads the output of git diff, picks a Conventional Commits prefix such as feat, fix, refactor, chore, or docs, writes the loud message, and asks you to confirm before the real git commit runs. A few behaviors are worth knowing. The Conventional Commits prefix stays plain, so only the part after the colon takes on the dramatic voice. The skill detects the language of the current chat session and writes the message in Russian, English, Spanish, German, or whatever is being used. It rotates a vocabulary so two commits never share the same opener or closer, and it picks among five headline shapes plus several rhetorical patterns. The tone adapts to size: a typo fix is not labeled DISASTER, and a real breaking change gets a proper BREAKING CHANGE footer. There are hard limits. The skill will not name real politicians, people, countries, races, or religions, will not insult anyone, will not add trailers such as Co Authored By Claude or Generated with Claude Code, will not use emojis, and will not stack multiple exclamation or question marks. It will not invent facts that are not in the diff. The README also says when not to use it: serious production repositories, open source projects with neutral commit guidelines, or any repository a hiring manager might read. In those cases you ask for a regular commit and the skill steps aside. The skill works with any tool that supports the open Agent Skills standard, including Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, and Gemini CLI. For a manual install you copy mcga slash SKILL.md into the user level or project level skills directory. The license is WTFPL, and a closing disclaimer notes that this is a joke skill and does not endorse any real person or political position.

prompts (copy fr)

prompt 1
Install MCGA in Claude Code and have it rewrite my next commit on a side project
prompt 2
Show how MCGA picks between feat fix refactor chore and docs from a diff
prompt 3
Adapt the skill so it only activates on repos under a personal folder
prompt 4
Generate a BREAKING CHANGE commit footer with MCGA for an API rename
prompt 5
Fork SKILL.md and rewrite the persona to a calmer style while keeping the prefix logic

Frequently asked questions

what is make-commits-great-again fr?

Joke Agent Skill for Claude Code and other AI coding tools that rewrites git commit messages in a loud Trump-tweet style while keeping Conventional Commits prefixes accurate.

What license does make-commits-great-again use?

WTFPL license, do what you want with it.

How hard is make-commits-great-again to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is make-commits-great-again for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.