Git Workflow
Automates Git workflow tasks like branching, merging, and pull requests within your agno-agi project repository.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agno-agi-git-workflow npx -- -y @trustedskills/agno-agi-git-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agno-agi-git-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agno-agi-git-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates and streamlines common Git workflow tasks, such as committing changes, pushing to repositories, pulling updates, and managing branches. It provides a structured approach for developers to maintain clean and efficient version control practices.
When to use it
- Automating repetitive Git commands during development cycles
- Ensuring consistent commit messages across a team
- Simplifying the process of merging feature branches into main
Key capabilities
- Automated branch creation and management
- Commit message templating for consistency
- Integration with CI/CD pipelines for seamless deployment
Example prompts
- "Create a new branch called 'feature-login' and switch to it."
- "Commit all changes with the message 'Fix bug in authentication flow.'"
- "Pull the latest updates from the main branch and merge them into my current branch."
Tips & gotchas
- Ensure that your local Git environment is properly configured before using this skill.
- Some advanced features may require integration with specific CI/CD tools or access to private repositories.
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.