Git Workflow
Automates Git workflow tasks like branching, merging, and pull requests based on blogic-cz's defined conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add blogic-cz-git-workflow npx -- -y @trustedskills/blogic-cz-git-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"blogic-cz-git-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/blogic-cz-git-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates common Git workflow tasks. It can create branches, commit changes with descriptive messages, and push those commits to a remote repository. The agent can also manage pull requests by creating them based on specified branch names.
When to use it
- Automating repetitive Git operations for developers.
- Creating new feature branches and submitting initial commits.
- Generating pull requests from development branches to staging or main.
- Simplifying the process of pushing code changes to a remote repository.
- Managing complex branching strategies with automated branch creation.
Key capabilities
- Branch Creation
- Commit Generation (with descriptive messages)
- Remote Repository Pushing
- Pull Request Management
Example prompts
- "Create a new branch called 'feature/new-login' and commit the changes to the login page."
- "Push the current branch to origin with the message 'Fix: Resolved issue #123'."
- "Generate a pull request from 'develop' to 'main'."
Tips & gotchas
The skill requires appropriate Git credentials configured for the AI agent. Ensure that the agent has sufficient permissions within the repository to perform the requested actions (branching, committing, pushing, and creating pull requests).
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.