AgentSkillsCN

git-catchup

从最近的变更中把握当前的工作情境。可在会话开始时使用,或在恢复工作时再次启用。

SKILL.md
--- frontmatter
name: git-catchup
description: Understand current work context from recent changes. Use at session start or when resuming work.
argument-hint: [range]
disable-model-invocation: true

Review recent git activity to understand what we're working on.

Recent Commits

!git log --oneline -10

Current Changes

!git diff $ARGUMENTS

!git diff --cached

Summarize what we're working on based on recent commits and current changes.