Provides a comprehensive and intelligent summary of a Git repository's current state to streamline development workflows.
The Git Status Summary skill provides developers with an immediate, clear overview of their working environment by consolidating critical repository metadata. By analyzing branch synchronization, staged and unstaged changes, recent commit history, and hidden stashes, it helps users maintain context and momentum. Whether you are returning to a project after a break or switching between complex feature branches, this skill offers actionable insights and suggested next steps, ensuring you never lose track of your progress or uncommitted work.
主要功能
0117 GitHub stars
02Consolidated branch synchronization status (ahead/behind remote)
03AI-powered action item suggestions based on repository state
04Visibility into the five most recent commit history entries
05Real-time tracking of staged, unstaged, and untracked files
06Automated listing of active Git stashes
使用场景
01Auditing uncommitted changes and stashes before a major merge or deployment
02Orienting yourself quickly when returning to a project or switching branches
03Generating a quick status report for team updates or personal task tracking