Git Guardian
CommunityKeep Git work clean: commit and push.
Software Engineering#git#version-control#conventional-commits#backup-workflow#commit-push#conflict-check
AuthorNinaVerde
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill ensures that work is not left in an incomplete state by guiding users through a disciplined Git backup workflow, preventing lost work.
Core Features & Use Cases
- Conventional Commits: Enforces standardized commit messages (feat:, fix:, chore:).
- Staging & Verification: Performs status checks, stages changes, and validates readiness before pushing.
- Use Case: When preparing a release or collaborating on a feature branch, ensure a clean, traceable commit history.
Quick Start
Run the following sequence in your terminal:
- git status
- git add .
- git commit -m "feat: start using conventional commits"
- git push origin <branch>
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 Guardian Download link: https://github.com/NinaVerde/ninaverde_app/archive/main.zip#git-guardian 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 471,000+ vetted skills library on demand.