๐ŸŽจ

GitPretty

๐ŸŒCommunity
by nirholas ยท v1.0.0 ยท MITRepository

Beautify git repositories with emoji commits, visual log views, and workflow automation. Smart emoji auto-detection from commit messages, branch management, and release tags.

Install on your platform

We auto-selected Claude Code based on this skillโ€™s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gitpretty npx -- -y @trustedskills/gitpretty
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gitpretty": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gitpretty"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

gitpretty enhances Git history by automatically adding emojis and formatting commit messages. It transforms simple descriptions into standardized, visually appealing commits using predefined types like "feat" (โœจ), "fix" (๐Ÿ›), or "docs" (๐Ÿ“). The tool supports both quick commits with short descriptions and smart commits for more detailed, conventional commit message structures.

When to use it

  • Standardize team commit messages: Enforce a consistent style across all project contributors.
  • Improve readability of Git logs: Make browsing the history easier by visually differentiating commit types.
  • Quickly create formatted commits: Streamline the commit process with automated formatting and emoji insertion.
  • Generate conventional commit messages: Facilitate automation in CI/CD pipelines that rely on structured commit data.

Key capabilities

  • Automatic emoji insertion based on commit message content.
  • Support for quick commits using a simple description string.
  • Smart commit functionality to generate detailed, conventional commit messages (e.g., feat(auth): add user authentication).
  • Predefined commit types with associated emojis (feat, fix, docs, style, refactor, perf, test, chore, ci).
  • Dry-run mode for previewing formatted commits without actually committing.

Example prompts

  • "Stage all files and commit with the message 'add user dashboard'."
  • "Stage specific files and commit with a fix login bug description."
  • "Create a smart commit adding a new feature to the authentication module."

Tips & gotchas

  • The script requires cloning the gitpretty repository to your home directory or another accessible location.
  • Ensure that the ~/.gitpretty/scripts/emoji-commit.sh and ~/.gitpretty/scripts/smart-commit.sh scripts are executable (e.g., using chmod +x).

Tags

Requirements

Required Binaries
git
๐Ÿ›ก๏ธ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates โ€” what you install today is exactly what was reviewed and verified.

Verified Commita5c772e6 โ†’

Installing this skill downloads the exact code at commit a5c772e6, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
nirholas
Installs
0

๐ŸŒ Community

Passed automated security scans.

Pinned commita5c772e6

Install command fetches the verified snapshot, not the live repository.