Commit Reminder

Use when a project has accumulated uncommitted changes and nobody has said so out loud — several edits in a row with no commit in between — or when a subagent may be stuck and about to lose its work ("did that agent commit?", "is anything at risk?", "ensure work is committed"). A PostToolUse hook watches the live `git status --porcelain` count after every edit-shaped tool call and commands a commit once it crosses a threshold; after repeated unanswered commands it records the work as at risk, and `scripts/ensure_committed.py` reports that to a parent.

Arasz 818c83d 7 files · 142.7 KB Updated

File contents

Arasz/ai-badger/tree/main/.ai-badger/skills/commit-reminder commit 818c83d2e7

Frequently asked questions

npx skillmds@latest add arasz/commit-reminder-2