gitinfo

Summarize Git repository state including branch, changes, commits, and remotes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill gitinfo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gitinfo
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/gitinfo
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill gitinfo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick and easy way to get a summary of your Git repository's current state, including branch, uncommitted changes, and recent activity.

Core Features & Use Cases

  • Current Branch: Identifies the active branch.
  • Repository Status: Shows uncommitted changes (staged and unstaged).
  • Recent Commits: Lists the latest 5 commits with their one-line summaries.
  • Remote Information: Displays configured remote repositories.
  • Use Case: Before starting new work or pushing changes, quickly check your repository's status to ensure a clean working directory and understand recent activity.

Quick Start

Run the gitinfo skill to get a summary of the current Git repository status.

Frequently Asked Questions about gitinfo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a quick summary of my Git repository status?▼

To get a quick Git repository status summary, use this Skill to view the current active branch, uncommitted changes, and recent commits in a human-readable format. It provides immediate operational data for context switching or pre-commit checks.

What does a Git repository status check include for recent commits?▼

A Git repository status check includes the latest 5 commits with their one-line summaries. It also displays the current branch name, uncommitted changes, and configured remote repository information for a complete operational overview.

Can I check my uncommitted Git changes and remote repositories at a glance?▼

Yes, you can check uncommitted Git changes and remote repositories at a glance. The summary displays both staged and unstaged modifications alongside configured remote repository information to ensure a clean working directory.

When do I need a quick Git status summary before a code commit?▼

You need a quick Git status summary before a code commit or when starting new work to verify a clean working directory. It helps you understand recent repository activity and review staged and unstaged files.

Do I need any dependencies to view recent Git commits and branch information?▼

No dependencies are required to view recent Git commits and branch information with this Skill. It operates independently to extract the active branch, recent activity, and remote details directly from your repository.