git_status

SKILL.md

Git Status

Read the Files and run the Commands and summarize the current state of the git repository.

When to use

  • When user asks about repository status
  • Before making commits or changes
  • When reviewing what has changed
  • To understand current branch state

Instructions

Commands

Run these commands:

  • Current Status: git status
  • Current diff: git diff HEAD origin/main
  • Current branch: git branch --show-current

Files

Read: @README.md

Output

Summarize:

  1. Current branch name
  2. Whether there are uncommitted changes
  3. Files that have been modified, added, or deleted
  4. How the branch differs from origin/main
  5. Any relevant context from README.md
Weekly Installs
24
GitHub Stars
75
First Seen
Jan 25, 2026
Installed on
opencode23
codex23
gemini-cli23
claude-code22
cursor22
continue21