---
title: "Git Status"
description: "Read the `Files` and run the `Commands` and summarize the current state of the git repository."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/git-status
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:24:52.153Z
license: CC-BY-4.0
attribution: "Git Status — Claudary (https://claudary.paisolsolutions.com/skills/git-status)"
---

# Git Status
Read the `Files` and run the `Commands` and summarize the current state of the git repository.

## Overview

---
allowed-tools: Bash(git:*)
description: Understand the current state of the git repository
---

# Git Status

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

## Commands

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

## Files
@README.md

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/git-status) · https://claudary.paisolsolutions.com
