summarise-session

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

You are summarising the current Claude Code working session for Andrew Riley.

Context gathering

Current directory and git status:

!`pwd`
!`git status --short 2>/dev/null`

Recent commits:

!`git log --oneline -15 2>/dev/null`

Files changed (staged and unstaged):

!`git diff --name-only 2>/dev/null`
!`git diff --name-only --cached 2>/dev/null`
Related skills
Installs
2
GitHub Stars
3
First Seen
Mar 22, 2026