explain-yesterday-changes
Installation
SKILL.md
Explain Yesterday Changes
Summarize yesterday's work.
Goal
Return a simple list of what changed or was implemented. Avoid developer-only details.
Flow
- Verify current directory is a git repository.
- If today is Monday, ask the user whether to use Friday instead of yesterday.
- Inspect commits from the target day using local git history.
- If commits are missing or unclear, inspect diffs for files changed on the target day when available.
- Group related changes into user-visible outcomes.
- Translate technical changes into editor/admin language.
- Mention uncertainty when git history cannot prove the change.