git-phase-restore
Installation
SKILL.md
Git Phase Restore — Autonomous Development Phase Recovery
Leverage Git's full history to identify development phases and restore any project state automatically. No manual snapshots needed — Git already has everything.
Core Philosophy
Every Git repository already contains a complete record of every development phase. This skill teaches Claude to read that record intelligently and act on it:
- Commits with conventional messages → semantic phase boundaries
- Tags → explicit version milestones
- Branches → parallel development tracks
- Timestamps → temporal navigation
- Diffs → understanding what each phase changed