git-check
CommunityReveal uncommitted and unpushed git changes
Authormattbobambrose
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill quickly identifies work in a local Git repository that is not yet committed or pushed, helping prevent accidental omissions before code review, CI runs, or releases.
Core Features & Use Cases
- Repository audit: Lists staged, modified, and untracked files using git status --porcelain and groups results by status.
- Push verification: Enumerates commits present locally but missing on the upstream with git log @{upstream}..HEAD and reports when no upstream is configured.
- Use Case: Run this skill before opening a pull request or triggering CI to ensure nothing important is left uncommitted or unpushed.
Quick Start
Run the git-check skill to report uncommitted changes and unpushed commits in the current repository.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: git-check Download link: https://github.com/mattbobambrose/mattbobambrose-claude-skills/archive/main.zip#git-check Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.