git_status

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git_status" with this command: npx skills add htlin222/dotfiles/htlin222-dotfiles-git-status

Git Status

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

When to use

  • When user asks about repository status

  • Before making commits or changes

  • When reviewing what has changed

  • To understand current branch state

Instructions

Commands

Run these commands:

  • Current Status: git status

  • Current diff: git diff HEAD origin/main

  • Current branch: git branch --show-current

Files

Read: @README.md

Output

Summarize:

  • Current branch name

  • Whether there are uncommitted changes

  • Files that have been modified, added, or deleted

  • How the branch differs from origin/main

  • Any relevant context from README.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

data-science

No summary provided by upstream source.

Repository SourceNeeds Review
General

c-lang

No summary provided by upstream source.

Repository SourceNeeds Review
General

cpp

No summary provided by upstream source.

Repository SourceNeeds Review