Skip to main content

groove-utilities-memory-log-git

Record git activity summary in memory log.

Zur Installation springen

Quellinformationen

Repository
andreadellacorte/groove
Letzte Quellaktivität
9. März 2026 um 19:59
Erkannte Sprache von SKILL.md
Englisch
Sterne
5
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
groove-utilities-memory-log-git
description
Record git activity summary in memory log.
license
MIT
allowed-tools
Read Write Edit Glob Grep Bash(git:*) AskUserQuestion
metadata
{"author":"andreadellacorte"}
# groove-utilities-memory-log-git ## Outcome `.groove/memory/git/YYYY-MM-DD-GIT-N.md` is created with a git summary for the current session. N is auto-incremented based on existing files for that date. ## Acceptance Criteria - File created at `.groove/memory/git/YYYY-MM-DD-GIT-N.md` with correct N - Content includes commits since midnight, git status, and diff stats - N does not collide with existing files for the same date - File is suitable for inclusion in the same commit it describes ## Constraints - Memory path is always `.groove/memory/` - Always list existing files in `.groove/memory/git/` before writing to determine correct N - N starts at 1 for the first file of the day, increments for subsequent - Git data to include: - `git log --since=midnight --oneline` for commits - `git status --short` for current state - `git diff --stat HEAD` for changed files summary - Use template at `skills/groove-utilities-memory-log-git/templates/git.md` for file structure - If no git changes since midnight, still write the file noting no changes
Auf GitHub ansehen