Git Commit
Automates Git commit creation based on provided descriptions, ensuring consistent and well-documented code changes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ralphcrisostomo-git-commit npx -- -y @trustedskills/ralphcrisostomo-git-commit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ralphcrisostomo-git-commit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ralphcrisostomo-git-commit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to create Git commits with descriptive messages. It can be used to stage changes, commit them locally, and optionally push those commits to a remote repository. The skill aims to automate the process of creating well-formatted, meaningful commit history.
When to use it
- Automated code deployments: Automatically commit and push changes after successful builds or testing phases.
- Version control for documentation: Commit updates to documentation files as part of a content management workflow.
- Tracking experimental changes: Quickly create commits to isolate and track experimental features or bug fixes.
- Consistent commit messaging: Enforce standardized commit message formats across a development team.
Key capabilities
- Stage file changes for commit.
- Create Git commits with custom messages.
- Push commits to remote repositories (optional).
Example prompts
- "Commit these changes with the message 'Fix: Resolved issue with user authentication.'"
- "Stage all modified files and create a commit titled 'Refactor: Improved database query performance'."
- "Create a commit for the file
src/components/Button.vuewith the message 'feat: Added loading state to button component' and push it to origin/main."
Tips & gotchas
- Requires Git to be installed and configured on the system where the AI agent is running.
- The skill relies on accurate file paths; ensure the agent has access to the correct directory structure.
Tags
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.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.