Git Info
Overview
Use this skill to report repository status and recent activity.
Workflow
- •Run
git status -sb,git branch --show-current,git log -5 --oneline, andgit remote -v. - •Note uncommitted changes and current branch.
- •Summarize recent commits and remotes.
Output
- •Short, readable git summary.