make-commits-great-again

Generate Trump-style commit messages from the current git diff.

37|Updated May 18, 2026
One-click install
npx skills add https://github.com/h1km4t1ll0/make-commits-great-again --skill make-commits-great-again
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-commits-great-again
Source: https://github.com/h1km4t1ll0/make-commits-great-again/tree/main/make-commits-great-again
Command: npx skills add https://github.com/h1km4t1ll0/make-commits-great-again --skill make-commits-great-again

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often struggle to craft engaging, consistent commit messages. This skill automatically generates Trump-style messages that preserve the Conventional Commits prefix while delivering dramatic, punchy narration.

Core Features & Use Cases

  • Preserves conventional commit prefixes (fix:, feat:, refactor:, etc.) while rewriting the message in a Trump-like voice.
  • Detects the current git diff and language, then composes a concise, dramatic one- or two-sentence headline plus a short body.
  • Use case: you want memorable, consistent messages that stand out in reviews, while retaining technical accuracy.

Quick Start

Provide a Trump-style commit message for the current diff after staging changes.

Frequently Asked Questions about make-commits-great-again

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate conventional commit messages automatically from a git diff?

Conventional commit messages are generated by parsing the current git diff, detecting the appropriate prefix like feat: or fix:, and formatting the message body with consistent rhythm rules before prompting for final commit confirmation.

Can I customize git commit messages to use a specific tone while keeping conventional commit prefixes?

Yes, you can rewrite commit messages in a specific tone while preserving conventional commit prefixes, ensuring your commits remain technically accurate and compliant with formatting standards while delivering a dramatic narrative voice.

What is the best way to write memorable commit messages that stand out in code reviews?

The best way to write memorable commit messages is to automatically generate concise, dramatic headlines and short bodies from your git diff, ensuring consistent and engaging messages that stand out during code reviews.

Does conventional commit generation work with multi-language codebases?

Yes, conventional commit generation works across languages by detecting the language context from the staged git diff, ensuring the formatted commit message accurately reflects the specific code changes regardless of the programming language used.

How do I automate my dev workflow to format commit bodies with specific rhythm rules?

You can automate your dev workflow by using a commit generation tool that parses your staged git diff, detects the conventional commit type, and formats the message body with specific rhythm rules before prompting you for final confirmation.