status

Retrieve Git repository status, recent commits, and uncommitted changes.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/zxj719/ai_wolf_game --skill status-zxj719
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/zxj719/ai_wolf_game/tree/main/.agents/skills/status
Command: npx skills add https://github.com/zxj719/ai_wolf_game --skill status-zxj719

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick and easy way to check the current status of your Git repository, view recent commit history, and see any uncommitted changes.

Core Features & Use Cases

  • Repository Status: See which branch you are on and if there are any uncommitted changes.
  • Recent Commits: Quickly review the last 5 commits to understand recent development activity.
  • Diff View: Inspect the exact changes made in your working directory compared to the last commit.
  • Use Case: Before starting new work, you can use this Skill to get a snapshot of the repository's current state and recent history.

Quick Start

Run the status skill to see your repository's current state and recent activity.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check my git repository status and recent commits?

To check your git repository status and recent commits, run the tool to instantly display your current branch, uncommitted changes, and the last five commit history entries.

What is the best way to view uncommitted changes in my local git diff?

Viewing uncommitted changes in your local git diff requires a status check, which shows exact modifications made in your working directory compared to the last commit.

How do I see the last 5 commits in my git repository?

You can see the last 5 commits in your git repository by executing a status command, which retrieves recent development activity to help you understand recent code changes.

Can I quickly review my current git branch and working directory state?

Yes, you can quickly review your current git branch and working directory state by running a status check, allowing you to get a snapshot of your repository before starting new work.

Why do I need to check my git repository status before starting new code?

Checking your git repository status before starting new code is needed to ensure you are aware of uncommitted differences and recent history, preventing accidental overwrites or branch confusion.