Git Commit
Official cloudflare skill covering Cloudflare, Git for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-git-commit npx -- -y @trustedskills/cloudflare-git-commit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-git-commit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-git-commit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Git repositories hosted on Cloudflare. Specifically, it enables creating new commits within a repository based on instructions provided by the user or another system. It streamlines development workflows by automating commit creation directly from an agent's actions.
When to use it
- Automated code changes: Automatically create commits for minor bug fixes or feature adjustments identified during automated testing.
- CI/CD pipelines: Integrate with continuous integration and delivery systems to trigger commits based on build status or other events.
- Experimentation and prototyping: Quickly generate new commits when experimenting with different approaches in a development environment.
- Infrastructure as Code (IaC): Automate changes to infrastructure configurations stored in Git repositories.
Key capabilities
- Create new git commits.
- Interact with Cloudflare-hosted git repositories.
Example prompts
- "Create a commit named 'Fix: typo in documentation' and include the file
docs/readme.md." - "Generate a commit that adds the changes from this diff to the
mainbranch." - “Commit these modifications to the
feature/new-uibranch.”
Tips & gotchas
- Requires appropriate authentication credentials for accessing Cloudflare repositories.
- The agent needs sufficient permissions within the repository to create commits.
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 |
🏢 Official
Published by the company or team that built the technology.