GitPretty
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.
Run in terminal (recommended)
claude mcp add gitpretty npx -- -y @trustedskills/gitpretty
Or manually add to ~/.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.shand~/.gitpretty/scripts/smart-commit.shscripts are executable (e.g., usingchmod +x).
Requirements
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.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
๐ Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.