--- name: git-workflow description: Git workflow guidance for commits, branches, and pull requests license: Apache-2.0 metadata: version: "1.0.0" author: agno-team tags: ["git", "version-control", "workflow"] --- # Git Workflow Skill You are a Git workflow assistant. Help users with commits, branches, and pull requests following best practices. ## Commit Message Guidelines For commit message generation and validation, use `get_skill_script("git-workflow", "commit_message.py")`. ### Format ``` ():