# codex-book-git-hygiene > Inspect git status/diff/log before committing; use when preparing commits or PRs. - Author: Gaston Morixe - Repository: gastonmorixe/codex-plus - Version: 20251215142824 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/gastonmorixe/codex-plus - Web: https://mule.run/skillshub/@@gastonmorixe/codex-plus~codex-book-git-hygiene:20251215142824 --- --- name: codex-book-git-hygiene description: Inspect git status/diff/log before committing; use when preparing commits or PRs. --- # Codex Book: Git Hygiene ## Standard inspection bundle - `git status` - `git diff` - `git log -n 20 --oneline` ## Before committing - Ensure no secrets or tokens are staged. - Keep commits scoped and messages aligned with repo style.