commit-hygiene
✓Atomic commits, PR size limits, commit thresholds, stacked PRs
Installation
SKILL.md
Purpose: Keep commits atomic, PRs reviewable, and git history clean. Advise when it's time to commit before changes become too large.
| Metric | Yellow Zone | Red Zone | Action |
| Files changed | 5-10 files | > 10 files | Commit NOW | | Lines added | 150-300 lines | > 300 lines | Commit NOW | | Lines deleted | 100-200 lines | > 200 lines | Commit NOW | | Total changes | 250-400 lines | > 400 lines | Commit NOW | | Time since last commit | 30-60 min | > 60 min | Consider committing |
Atomic commits, PR size limits, commit thresholds, stacked PRs Source: alinaqi/claude-bootstrap.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill commit-hygiene- Source
- alinaqi/claude-bootstrap
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is commit-hygiene?
Atomic commits, PR size limits, commit thresholds, stacked PRs Source: alinaqi/claude-bootstrap.
How do I install commit-hygiene?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill commit-hygiene Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/alinaqi/claude-bootstrap
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01