git_status

Display modified, added, and deleted files in a Git repository.

77|4|Updated Jun 20, 2022
One-click install
npx skills add https://github.com/htlin222/dotfiles --skill git-status-htlin222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git_status
Source: https://github.com/htlin222/dotfiles/tree/main/claude.symlink/skills/git_status
Command: npx skills add https://github.com/htlin222/dotfiles --skill git-status-htlin222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand the current state of your Git repository, including uncommitted changes and differences from remote branches.

Core Features & Use Cases

  • View Repository Status: Quickly see which files have been modified, added, or deleted.
  • Compare Branches: Understand how your current branch differs from origin/main.
  • Use Case: Before starting new work or making a commit, you can use this Skill to get a clear picture of your repository's state.

Quick Start

Use the git_status skill to check the current status of the git repository.

Frequently Asked Questions about git_status

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

FAQPage Schema
How do I check my Git repository status before a commit?

To check your Git repository status before a commit, you can use this Skill to view modified, added, or deleted files and see uncommitted changes. It provides immediate feedback on repository health and commit readiness.

What is the best way to track uncommitted changes in a Git repository?

The best way to track uncommitted changes in a Git repository is using a status check tool to get a comprehensive overview of the current state. This Skill identifies modified, added, or deleted files quickly.

How do I compare my current branch to origin main in Git?

To compare your current branch to origin main, you can use this Skill to understand branch divergence and differences from remote branches. It clearly shows how your current branch differs from the remote.

Can I review branch divergence and code diffs without installing dependencies?

Yes, you can review branch divergence and code diffs without installing dependencies. This Skill operates with no external dependencies to provide a clear picture of repository state and branch differences.

When do I need to check my Git repository health?

You need to check your Git repository health before starting new work or making a commit. Reviewing the repository status ensures you understand uncommitted changes and remote branch differences beforehand.