Git Status

Summarize the current state of the git repository

basher83 Updated

File contents

Summarize the current state of the git repository.

Repository State

Branch and sync status: !git status -sb

Working directory: !git status --short

Recent commits: !git log --oneline -5

Stashes: !git stash list

Task

Provide a concise summary including:

  1. Branch status: Current branch and ahead/behind remote
  2. Working directory: Count of staged, unstaged, and untracked changes
  3. Recent activity: Brief summary of recent commits
  4. Action items: Suggested next steps based on current state

basher83/lunar-claude/tree/main/plugins/devops/git-workflow/skills/git-status commit 09000aba27

Frequently asked questions

npx skillmds@latest add basher83/git-status