Commit Push
This skill automatically pushes commits to a remote repository, streamlining your workflow and ensuring updates are instantly shared.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add commit-push npx -- -y @trustedskills/commit-push
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"commit-push": {
"command": "npx",
"args": [
"-y",
"@trustedskills/commit-push"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The commit-push skill allows an AI agent to perform Git commits and push changes to a remote repository. It automates the process of staging, committing with a provided message, and pushing those commits to a specified branch on a Git server. This streamlines development workflows by reducing manual interaction with Git commands.
When to use it
- Automating repetitive code changes: When you need to apply consistent formatting or minor fixes across multiple files.
- Integrating AI-generated code into a project: After an agent generates code, this skill pushes the changes directly to the repository.
- Responding to automated testing failures: An agent can automatically commit and push bug fixes identified by automated tests.
- Creating reproducible builds: Ensures that all changes are tracked and pushed consistently for reliable deployments.
Key capabilities
- Stage files for commit
- Commit staged changes with a provided message
- Push commits to a remote Git repository branch
Example prompts
- "Commit the changes in
src/main.pywith the message 'Fix: Resolved issue #123'." - "Stage all modified files and commit them with the message 'Refactor: Improved performance'."
- “Push the current commits to the ‘develop’ branch.”
Tips & gotchas
- Requires appropriate Git credentials (username/password or SSH key) configured for the AI agent.
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.