Git Summary Skill This skill provides a comprehensive overview of the current Git repository state. Usage When the user asks for a git summary, repository overview, or wants to understand the current state of a git project, use the terminal to run the following commands and present the results in a clear, organized format. Instructions 1. Repository Status : Run to get the current branch and working directory status. 2. Recent Commits : Run to show the last 10 commits with branch/tag decorations. 3. Branch Overview : Run to list all local and remote branches. 4. Remote Info : Run to show conf…