What problem does it solve?
This Skill prevents common pitfalls in Git operations, such as non-compliant commits, missed integrations, or incorrect branching. It enforces that all Git actions are handled by a specialized git-expert agent, guaranteeing adherence to project standards and seamless integration with tools like Linear.
Core Features & Use Cases
- Mandatory Delegation: Ensures all Git write operations (commits, merges, pushes) are routed through the
git-expert agent.
- Compliance & Integration: Guarantees adherence to MCP server deployment standards and Linear issue tracking integration.
- Standardized Workflow: Enforces correct commit message formatting and safe, validated Git operations.
- Use Case: When you need to commit changes, instead of running
git add . && git commit -m "..." directly, you would simply tell the AI, "Commit these changes with a message explaining the fix for MCP-123." The Skill then delegates this to the git-expert agent, which handles the operation correctly according to project rules, ensuring all checks are met.
Quick Start
Delegate to the git-expert agent to check the current git status.